Dotclear

Changeset 1298:c4b69fd15ef5 for plugins


Ignore:
Timestamp:
08/04/13 21:00:35 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

ImportExport?: minor html/css adjustment.

Location:
plugins/importExport
Files:
2 edited

Legend:

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

    r939 r1298  
    184184          '<p>'.sprintf(__('This will import a single blog backup as new content in the current blog: %s.'),html::escapeHTML($this->core->blog->name)).'</p>'. 
    185185           
    186           '<p><label for="up_single_file">'.__('Upload a backup file'). 
    187           ' ('.sprintf(__('Maximum size %s'),files::size(DC_MAX_UPLOAD_SIZE)).')'.'</label>'. 
    188           '<input type="file" id="up_single_file" name="up_single_file" size="20" />'. 
     186          '<p><label for="up_single_file" class="classic">'.__('Upload a backup file'). 
     187          ' ('.sprintf(__('Maximum size %s'),files::size(DC_MAX_UPLOAD_SIZE)).')'.' </label>'. 
     188          ' <input type="file" id="up_single_file" name="up_single_file" size="20" />'. 
    189189          '</p>'; 
    190190           
    191191          if ($has_files) { 
    192192               echo  
    193                '<p><label for="public_single_file">'.__('or pick up a local file in your public directory').' '. 
     193               '<p><label for="public_single_file" class="classic">'.__('or pick up a local file in your public directory').' '. 
    194194               form::combo('public_single_file',$public_files). 
    195195               '</label></p>'; 
     
    211211               '<form action="'.$this->getURL(true).'" method="post" enctype="multipart/form-data" id="formfull">'. 
    212212               '<fieldset><legend>'.__('Multiple blogs').'</legend>'. 
    213                '<p>'.__('This will reset all the content of your database, except users.').'</p>'. 
    214                 
    215                '<p><label for="up_full_file">'.__('Upload a backup file'). 
    216                ' ('.sprintf(__('Maximum size %s'),files::size(DC_MAX_UPLOAD_SIZE)).')'.'</label>'. 
     213               '<p class="warning">'.__('This will reset all the content of your database, except users.').'</p>'. 
     214                
     215               '<p><label for="up_full_file" class="classic">'.__('Upload a backup file').' '. 
     216               ' ('.sprintf(__('Maximum size %s'),files::size(DC_MAX_UPLOAD_SIZE)).')'.' </label>'. 
    217217               '<input type="file" id="up_full_file" name="up_full_file" size="20" />'. 
    218218               '</p>'; 
     
    220220               if ($has_files) { 
    221221                    echo  
    222                     '<p><label for="public_full_file">'.__('or pick up a local file in your public directory').'</label>'. 
     222                    '<p><label for="public_full_file" class="classic">'.__('or pick up a local file in your public directory').' </label>'. 
    223223                    form::combo('public_full_file',$public_files). 
    224224                    '</p>'; 
  • plugins/importExport/index.php

    r840 r1298  
    7575if ($type && $module !== null) { 
    7676     echo 
    77      '<h2><a href="'.$p_url.'">'.$title.'</a>'. 
     77     '<h2>'.__('Plugins').' &rsaquo; <a href="'.$p_url.'">'.$title.'</a>'. 
    7878     ' &rsaquo; <span class="page-title">'.html::escapeHTML($module->name).'</span></h2>'. 
    7979     '<div id="ie-gui">'; 
     
    8585else { 
    8686     echo 
    87      '<h2 class="page-title">'.$title.'</h2>'. 
     87     '<h2>'.__('Plugins').' &rsaquo; <span class="page-title">'.$title.'</span></h2>'. 
    8888     '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']). 
    8989     '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map