- Timestamp:
- 08/24/13 11:25:47 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.dc1.php
r1454 r1559 143 143 case 1: 144 144 echo 145 '<p>'.sprintf(__(' This will import your Dotclear 1.2 content as new contentin the current blog: %s.'),145 '<p>'.sprintf(__('Import the content of a Dotclear 1.2\'s blog in the current blog: %s.'), 146 146 '<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>'; 150 149 151 150 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>'. 153 152 '<p><label for="db_host">'.__('Database Host Name:').'</label> '. 154 153 form::field('db_host',30,255,html::escapeHTML($this->vars['db_host'])).'</p>'. … … 217 216 return 218 217 '<form action="'.$this->getURL(true).'" method="post">'. 219 '< fieldset><legend>'.$legend.'</legend>'.218 '<h3>'.$legend.'</h3>'. 220 219 $this->core->formNonce(). 221 220 form::hidden(array('do'),'step'.$step). 222 221 '%s'. 223 222 '<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>'. 225 224 '</form>'; 226 225 }
Note: See TracChangeset
for help on using the changeset viewer.