- Timestamp:
- 08/20/13 16:47:16 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.export.flat.php
r840 r1499 191 191 { 192 192 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>'. 195 195 '<p>'.sprintf(__('This will create an export of your current blog: %s'),html::escapeHTML($this->core->blog->name)).'</p>'. 196 196 … … 211 211 $this->core->formNonce().'</p>'. 212 212 213 '</fieldset>'.214 213 '</form>'; 215 214 … … 217 216 { 218 217 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>'. 221 220 '<p>'.__('This will create an export of all the content of your database.').'</p>'. 222 221 … … 234 233 $this->core->formNonce().'</p>'. 235 234 236 '</fieldset>'.237 235 '</form>'; 238 236 }
Note: See TracChangeset
for help on using the changeset viewer.