Dotclear


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

Import/Export? enhancements.

File:
1 edited

Legend:

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

    r1454 r1559  
    143143               case 1: 
    144144                    echo 
    145                     '<p>'.sprintf(__('This will import your Dotclear 1.2 content as new content in the current blog: %s.'), 
     145                    '<p>'.sprintf(__('Import the content of a Dotclear 1.2\'s blog in the current blog: %s.'), 
    146146                    '<strong>'.html::escapeHTML($this->core->blog->name).'</strong>').'</p>'. 
    147                     '<p class="static-msg">'.__('Please note that this process '. 
    148                     'will empty your categories, blogroll, entries and comments on the current blog.').'</p>'. 
    149                     '<p>'.__('Depending on the size of your blog, it could take a few minutes.').'</p>'; 
     147                    '<p class="form-note warn">'.__('Please note that this process '. 
     148                    'will empty your categories, blogroll, entries and comments on the current blog.').'</p>'; 
    150149                     
    151150                    printf($this->imForm(1,__('General information'),__('Import my blog now')), 
    152                     '<p class="form-note info">'.__('We first need some information about your old Dotclear 1.2 installation.').'</p>'. 
     151                    '<p>'.__('We first need some information about your old Dotclear 1.2 installation.').'</p>'. 
    153152                    '<p><label for="db_host">'.__('Database Host Name:').'</label> '. 
    154153                    form::field('db_host',30,255,html::escapeHTML($this->vars['db_host'])).'</p>'. 
     
    217216          return 
    218217          '<form action="'.$this->getURL(true).'" method="post">'. 
    219           '<fieldset><legend>'.$legend.'</legend>'. 
     218          '<h3>'.$legend.'</h3>'. 
    220219          $this->core->formNonce(). 
    221220          form::hidden(array('do'),'step'.$step). 
    222221          '%s'. 
    223222          '<p><input type="submit" value="'.$submit_value.'" /></p>'. 
    224           '</fieldset>'. 
     223          '<p class="form-note info">'.__('Depending on the size of your blog, it could take a few minutes.').'</p>'. 
    225224          '</form>'; 
    226225     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map