Changeset 1528:41b40915bb82 for plugins/importExport/inc
- Timestamp:
- 08/23/13 10:22:58 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.feed.php
r907 r1528 82 82 echo 83 83 '<form action="'.$this->getURL(true).'" method="post">'. 84 '<fieldset><legend>'.__('Single blog').'</legend>'.85 84 '<p>'.sprintf(__('This will import a feed (RSS or Atom) a as new content in the current blog: %s.'),html::escapeHTML($this->core->blog->name)).'</p>'. 86 85 … … 93 92 '<input type="submit" value="'.__('Import').'" /></p>'. 94 93 95 '</fieldset>'.96 94 '</form>'; 97 95 }
Note: See TracChangeset
for help on using the changeset viewer.