Changeset 3725:b47f38c701ee for admin/popup_link.php
- Timestamp:
- 03/02/18 15:55:06 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/popup_link.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin/popup_link.php
r3701 r3725 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), '', '', false, 'required placeholder="' . __('URL') . '"') . '</p>' . 33 form::field('href', 35, 512, array( 34 'default' => html::escapeHTML($href), 35 'extra_html' => 'required placeholder="' . __('URL') . '"' 36 )) . 37 '</p>' . 34 38 '<p><label for="title">' . __('Link title:') . '</label> ' . 35 39 form::field('title', 35, 512, html::escapeHTML($title)) . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.
