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/plugins.php

    r1474 r1499  
    354354     # 'Upload plugin' form 
    355355     echo 
    356      '<form method="post" action="plugins.php" id="uploadpkg" enctype="multipart/form-data">'. 
    357      '<fieldset>'. 
    358      '<legend>'.__('Upload a zip file').'</legend>'. 
     356     '<form method="post" action="plugins.php" id="uploadpkg" enctype="multipart/form-data" class="fieldset">'. 
     357     '<h3>'.__('Upload a zip file').'</h3>'. 
    359358     '<p class="field"><label for="pkg_file" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Plugin zip file:').'</label> '. 
    360359     '<input type="file" id="pkg_file" name="pkg_file" /></p>'. 
     
    363362     '<p><input type="submit" name="upload_pkg" value="'.__('Upload plugin').'" />'. 
    364363     $core->formNonce(). 
    365      '</p></fieldset>'. 
     364     '</p>'. 
    366365     '</form>'; 
    367366      
    368367     # 'Fetch plugin' form 
    369368     echo 
    370      '<form method="post" action="plugins.php" id="fetchpkg">'. 
    371      '<fieldset>'. 
    372      '<legend>'.__('Download a zip file').'</legend>'. 
     369     '<form method="post" action="plugins.php" id="fetchpkg" class="fieldset">'. 
     370     '<h3>'.__('Download a zip file').'</h3>'. 
    373371     '<p class="field"><label for="pkg_url" class="classic required"><abbr title="'.__('Required field').'">*</abbr> '.__('Plugin zip file URL:').'</label> '. 
    374372     form::field(array('pkg_url','pkg_url'),40,255).'</p>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map