Changeset 125:a9e6ae242c4e for admin/plugins.php
- Timestamp:
- 05/03/11 08:51:19 (14 years ago)
- Branch:
- userprefs
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r68 r125 327 327 '<legend>'.__('Upload a zip file').'</legend>'. 328 328 '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Plugin zip file:').' '. 329 '<input type="file" name="pkg_file" /></label></p>'.329 '<input type="file" id="pkg_file" name="pkg_file" /></label></p>'. 330 330 '<p class="field"><label for="your_pwd1" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 331 331 form::password(array('your_pwd','your_pwd1'),20,255).'</label></p>'. … … 341 341 '<legend>'.__('Download a zip file').'</legend>'. 342 342 '<p class="field"><label for="pkg_url" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Plugin zip file URL:').' '. 343 form::field(array('pkg_url' ),40,255).'</label></p>'.343 form::field(array('pkg_url','pkg_url'),40,255).'</label></p>'. 344 344 '<p class="field"><label for="your_pwd2" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 345 345 form::password(array('your_pwd','your_pwd2'),20,255).'</label></p>'.
Note: See TracChangeset
for help on using the changeset viewer.