Changeset 3725:b47f38c701ee for inc/admin/lib.moduleslist.php
- Timestamp:
- 03/02/18 15:55:06 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r3699 r3725 262 262 '<form action="' . $this->getURL() . '" method="get">' . 263 263 '<p><label for="m_search" class="classic">' . __('Search in repository:') . ' </label><br />' . 264 form::field( array('m_search', 'm_search'), 30, 255, html::escapeHTML($query)) .264 form::field('m_search', 30, 255, html::escapeHTML($query)) . 265 265 '<input type="submit" value="' . __('OK') . '" /> '; 266 266 … … 1302 1302 '<h4>' . __('Download a zip file') . '</h4>' . 1303 1303 '<p class="field"><label for="pkg_url" class="classic required"><abbr title="' . __('Required field') . '">*</abbr> ' . __('Zip file URL:') . '</label> ' . 1304 form::field(array('pkg_url', 'pkg_url'), 40, 255, '', '', '', false, 'required placeholder="' . __('URL') . '"') . '</p>' . 1304 form::field('pkg_url', 40, 255, array( 1305 'extra_html' => 'required placeholder="' . __('URL') . '"' 1306 )) . 1307 '</p>' . 1305 1308 '<p class="field"><label for="your_pwd2" class="classic required"><abbr title="' . __('Required field') . '">*</abbr> ' . __('Your password:') . '</label> ' . 1306 1309 form::password(array('your_pwd', 'your_pwd2'), 20, 255,
Note: See TracChangeset
for help on using the changeset viewer.