]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/import_export/init.php
make appearance of some preference panes more similar
[tt-rss.git] / plugins / import_export / init.php
index 15c7dea9b3d6ba0ea6f5147b41fc911ba3ef1aaf..d4bdec826a83f1bf71179090a313842156165714 100644 (file)
@@ -57,9 +57,9 @@ class Import_Export extends Plugin implements IHandler {
 
                print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Import and export')."\">";
 
-               print "<h3>" . __("Article archive") . "</h3>";
+               print_notice(__("You can export and import your Starred and Archived articles for safekeeping or when migrating between tt-rss instances of same version."));
 
-               print "<p>" . __("You can export and import your Starred and Archived articles for safekeeping or when migrating between tt-rss instances.") . "</p>";
+               print "<p>";
 
                print "<button dojoType=\"dijit.form.Button\" onclick=\"return exportData()\">".
                        __('Export my data')."</button> ";
@@ -82,6 +82,8 @@ class Import_Export extends Plugin implements IHandler {
 
                print "</form>";
 
+               print "</p>";
+
                print "</div>"; # pane
        }