Dotclear


Ignore:
Timestamp:
08/20/13 16:47:16 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Let fieldsets be fieldsets (work in progress): blogpref, category, blogtheme, langs, media, plugins, user actions, antispam, importexport.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/langs.php

    r1399 r1499  
    222222      
    223223     echo 
    224      '<form method="post" action="langs.php" enctype="multipart/form-data">'. 
    225      '<fieldset>'. 
    226      '<legend>'.__('Available languages').'</legend>'. 
     224     '<form method="post" action="langs.php" enctype="multipart/form-data" class="fieldset">'. 
     225     '<h4>'.__('Available languages').'</h4>'. 
    227226     '<p>'.sprintf(__('You can download and install a additional language directly from Dotclear.net. '. 
    228227     'Proposed languages are based on your version: %s.'),'<strong>'.DC_VERSION.'</strong>').'</p>'. 
     
    233232     '<p><input type="submit" value="'.__('Install language').'" />'. 
    234233     $core->formNonce(). 
    235      '</p></fieldset>'. 
     234     '</p>'. 
    236235     '</form>'; 
    237236} 
     
    241240     # 'Upload language pack' form 
    242241     echo 
    243      '<form method="post" action="langs.php" enctype="multipart/form-data">'. 
    244      '<fieldset>'. 
    245      '<legend>'.__('Upload a zip file').'</legend>'. 
     242     '<form method="post" action="langs.php" enctype="multipart/form-data" class="fieldset">'. 
     243     '<h4>'.__('Upload a zip file').'</h4>'. 
    246244     '<p>'.__('You can install languages by uploading zip files.').'</p>'. 
    247245     '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Language zip file:').'</label> '. 
     
    251249     '<p><input type="submit" name="upload_pkg" value="'.__('Upload language').'" />'. 
    252250     $core->formNonce(). 
    253      '</p></fieldset>'. 
     251     '</p>'. 
    254252     '</form>'; 
    255253} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map