- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.flat.php
r1454 r1499 180 180 181 181 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>'. 185 185 186 186 '<p><label for="up_single_file" class="classic">'.__('Upload a backup file'). … … 203 203 '<input type="submit" value="'.__('Import').'" /></p>'. 204 204 205 '</fieldset>'.206 205 '</form>'; 207 206 … … 209 208 { 210 209 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>'. 213 212 '<p class="warning">'.__('This will reset all the content of your database, except users.').'</p>'. 214 213 … … 235 234 '<input type="submit" value="'.__('Import').'" /></p>'. 236 235 237 '</fieldset>'.238 236 '</form>'; 239 237 }
Note: See TracChangeset
for help on using the changeset viewer.