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.

Location:
plugins/importExport/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/importExport/inc/class.dc.export.flat.php

    r840 r1499  
    191191     { 
    192192          echo 
    193           '<form action="'.$this->getURL(true).'" method="post">'. 
    194           '<fieldset><legend>'.__('Single blog').'</legend>'. 
     193          '<form action="'.$this->getURL(true).'" method="post" class="fieldset">'. 
     194          '<h3>'.__('Single blog').'</h3>'. 
    195195          '<p>'.sprintf(__('This will create an export of your current blog: %s'),html::escapeHTML($this->core->blog->name)).'</p>'. 
    196196           
     
    211211          $this->core->formNonce().'</p>'. 
    212212           
    213           '</fieldset>'. 
    214213          '</form>'; 
    215214           
     
    217216          { 
    218217               echo 
    219                '<form action="'.$this->getURL(true).'" method="post">'. 
    220                '<fieldset><legend>'.__('Multiple blogs').'</legend>'. 
     218               '<form action="'.$this->getURL(true).'" method="post" class="fieldset">'. 
     219               '<h3>'.__('Multiple blogs').'</h3>'. 
    221220               '<p>'.__('This will create an export of all the content of your database.').'</p>'. 
    222221                
     
    234233               $this->core->formNonce().'</p>'. 
    235234                
    236                '</fieldset>'. 
    237235               '</form>'; 
    238236          } 
  • plugins/importExport/inc/class.dc.import.flat.php

    r1454 r1499  
    180180           
    181181          echo 
    182           '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data">'. 
    183           '<fieldset><legend>'.__('Single blog').'</legend>'. 
    184           '<p>'.sprintf(__('This will import a single blog backup as new content in the current blog: %s.'),html::escapeHTML($this->core->blog->name)).'</p>'. 
     182          '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data" class="fieldset">'. 
     183          '<h3>'.__('Single blog').'</h3>'. 
     184          '<p>'.sprintf(__('This will import a single blog backup as new content in the current blog: <strong>%s</strong>.'),html::escapeHTML($this->core->blog->name)).'</p>'. 
    185185           
    186186          '<p><label for="up_single_file" class="classic">'.__('Upload a backup file'). 
     
    203203          '<input type="submit" value="'.__('Import').'" /></p>'. 
    204204           
    205           '</fieldset>'. 
    206205          '</form>'; 
    207206           
     
    209208          { 
    210209               echo 
    211                '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data" id="formfull">'. 
    212                '<fieldset><legend>'.__('Multiple blogs').'</legend>'. 
     210               '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data" id="formfull" class="fieldset">'. 
     211               '<h3>'.__('Multiple blogs').'</h3>'. 
    213212               '<p class="warning">'.__('This will reset all the content of your database, except users.').'</p>'. 
    214213                
     
    235234               '<input type="submit" value="'.__('Import').'" /></p>'. 
    236235                
    237                '</fieldset>'. 
    238236               '</form>'; 
    239237          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map