Dotclear


Ignore:
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • admin/plugins.php

    r68 r125  
    327327     '<legend>'.__('Upload a zip file').'</legend>'. 
    328328     '<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>'. 
    330330     '<p class="field"><label for="your_pwd1" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 
    331331     form::password(array('your_pwd','your_pwd1'),20,255).'</label></p>'. 
     
    341341     '<legend>'.__('Download a zip file').'</legend>'. 
    342342     '<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>'. 
    344344     '<p class="field"><label for="your_pwd2" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 
    345345     form::password(array('your_pwd','your_pwd2'),20,255).'</label></p>'. 
  • admin/search.php

    r96 r125  
    125125          '<p class="col checkboxes-helpers"></p>'. 
    126126           
    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> '. 
    128128          form::combo(array('action','action1'),$combo_action). 
    129129          '<input type="submit" value="'.__('ok').'" /></p>'. 
  • admin/user.php

    r70 r125  
    186186 
    187187echo 
    188 '<form action="user.php" method="post"id="user-form">'. 
     188'<form action="user.php" method="post" id="user-form">'. 
    189189'<fieldset><legend>'.__('User information').'</legend>'. 
    190190'<div class="two-cols">'. 
  • plugins/importExport/inc/class.dc.export.flat.php

    r82 r125  
    157157          '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 
    158158          '<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')). 
    160160          '</label> '. 
    161           '<input type="submit" value="'.__('Export').'" /></p>'. 
     161          '<input type="submit" value="'.__('Export').'" />'. 
    162162          form::hidden(array('do'),'export_blog'). 
    163163          $this->core->formNonce().'</p>'. 
  • plugins/tags/tag_posts.php

    r95 r125  
    141141     '<p class="col checkboxes-helpers"></p>'. 
    142142      
    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> '. 
    144144     form::combo('action',$combo_action). 
    145145     '<input type="submit" value="'.__('ok').'" /></p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map