Skip to content
Snippets Groups Projects
Commit 5ee3a030 authored by chaitanya's avatar chaitanya
Browse files

E_ALL cleanups in RSS,Our sites and Recyclebin

parent 379efaed
No related branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1227E_ALL cleanups in RSS, Oursites and Recyclebin
......@@ -40,7 +40,7 @@
<label class="pull-right">{vtranslate('LBL_BOOKMARK_URL', $MODULE)}&nbsp;<span class="redColor">*</span></label>
</div>
<div class="col-lg-5">
<input type="text" class="inputElement" name="bookmarkUrl" id="bookmarkUrl" {if isset($RECORD)} value="{$BOOKMARK_NAME}" {else} value="" {/if} placeholder="{vtranslate('LBL_ENTER_URL', $MODULE)}" data-rule-required="true" data-rule-url="true"/>
<input type="text" class="inputElement" name="bookmarkUrl" id="bookmarkUrl" {if isset($RECORD)} value="{$BOOKMARK_URL}" {else} value="" {/if} placeholder="{vtranslate('LBL_ENTER_URL', $MODULE)}" data-rule-required="true" data-rule-url="true"/>
</div>
<div class="col-lg-2"></div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment