Dotclear

Changeset 62:bbea9a160eaf for admin


Ignore:
Timestamp:
04/29/11 20:23:16 (14 years ago)
Author:
kozlika
Branch:
userprefs
Message:

correction formulaire in langs.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/langs.php

    r0 r62  
    227227     '<p>'.sprintf(__('You can download and install a additional language directly from Dotclear.net. '. 
    228228     'Proposed languages are based on your version: %s.'),'<strong>'.DC_VERSION.'</strong>').'</p>'. 
    229      '<p class="field"><label class="classic">'.__('Language:').' '. 
     229     '<p class="field"><label for="pkg_url" class="classic">'.__('Language:').' '. 
    230230     form::combo(array('pkg_url'),$dc_langs_combo).'</label></p>'. 
    231      '<p class="field"><label class="classic required" title="'.__('Required field').'">'.__('Your password:').' '. 
     231     '<p class="field"><label for="your_pwd" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 
    232232     form::password(array('your_pwd'),20,255).'</label></p>'. 
    233233     '<input type="submit" value="'.__('Install language').'" />'. 
     
    245245     '<legend>'.__('Upload a zip file').'</legend>'. 
    246246     '<p>'.__('You can install languages by uploading zip files.').'</p>'. 
    247      '<p class="field"><label class="classic required" title="'.__('Required field').'">'.__('Language zip file:').' '. 
    248      '<input type="file" name="pkg_file" /></label></p>'. 
    249      '<p class="field"><label class="classic required" title="'.__('Required field').'">'.__('Your password:').' '. 
    250      form::password(array('your_pwd'),20,255).'</label></p>'. 
     247     '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Language zip file:').' '. 
     248     '<input type="file" id="pkg_file" name="pkg_file" /></label></p>'. 
     249     '<p class="field"><label for="your_pwd" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Your password:').' '. 
     250     form::password(array('your_pwd','your_pwd'),20,255).'</label></p>'. 
    251251     '<input type="submit" name="upload_pkg" value="'.__('Upload language').'" />'. 
    252252     $core->formNonce(). 
Note: See TracChangeset for help on using the changeset viewer.

Sites map