Changeset 3639:fe9f4d94f86b for admin/popup_link.php
- Timestamp:
- 12/29/17 14:17:26 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_link.php
r3445 r3639 31 31 '<form id="link-insert-form" action="#" method="get">'. 32 32 '<p><label class="required" for="href"><abbr title="'.__('Required field').'">*</abbr> '.__('Link URL:').'</label> '. 33 form::field('href',35,512,html::escapeHTML($href) ).'</p>'.33 form::field('href',35,512,html::escapeHTML($href),'','',false,'required placeholder="'.__('URL').'"').'</p>'. 34 34 '<p><label for="title">'.__('Link title:').'</label> '. 35 35 form::field('title',35,512,html::escapeHTML($title)).'</p>'.
Note: See TracChangeset
for help on using the changeset viewer.