Changes in [127:490adc7acabe:129:88c4d924e71e]
- Files:
-
- 5 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>'. -
admin/search.php
r96 r125 125 125 '<p class="col checkboxes-helpers"></p>'. 126 126 127 '<p class="col right"><label for="action1" class="classic" '.__('Selected entries action:').'</label> '.127 '<p class="col right"><label for="action1" class="classic">'.__('Selected entries action:').'</label> '. 128 128 form::combo(array('action','action1'),$combo_action). 129 129 '<input type="submit" value="'.__('ok').'" /></p>'. -
admin/user.php
r70 r125 186 186 187 187 echo 188 '<form action="user.php" method="post" id="user-form">'.188 '<form action="user.php" method="post" id="user-form">'. 189 189 '<fieldset><legend>'.__('User information').'</legend>'. 190 190 '<div class="two-cols">'. -
plugins/importExport/inc/class.dc.export.flat.php
r82 r125 157 157 '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 158 158 '<p><label for="file_name" class="classic">'.__('File name:').' '. 159 form::field(array('file_name' ),25,255,date('Y-m-d-').html::escapeHTML($this->core->blog->id.'-backup.txt')).159 form::field(array('file_name','file_name'),25,255,date('Y-m-d-').html::escapeHTML($this->core->blog->id.'-backup.txt')). 160 160 '</label> '. 161 '<input type="submit" value="'.__('Export').'" /> </p>'.161 '<input type="submit" value="'.__('Export').'" />'. 162 162 form::hidden(array('do'),'export_blog'). 163 163 $this->core->formNonce().'</p>'. -
plugins/tags/tag_posts.php
r95 r125 141 141 '<p class="col checkboxes-helpers"></p>'. 142 142 143 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</ action> '.143 '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 144 144 form::combo('action',$combo_action). 145 145 '<input type="submit" value="'.__('ok').'" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.