summaryrefslogtreecommitdiff
path: root/plugins/import_export
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-12 12:36:25 +0400
committerAndrew Dolgov <[email protected]>2013-05-12 12:36:25 +0400
commit11334fdf6cfa72ff78abb4434a8dcdee99c119a2 (patch)
tree60913f163dfb7ea209045e7abbd937e2cba00fa7 /plugins/import_export
parentbb660dcab4bfd480e82f6abc5468c818881a61a2 (diff)
make appearance of some preference panes more similar
Diffstat (limited to 'plugins/import_export')
-rw-r--r--plugins/import_export/init.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/import_export/init.php b/plugins/import_export/init.php
index 15c7dea9b..d4bdec826 100644
--- a/plugins/import_export/init.php
+++ b/plugins/import_export/init.php
@@ -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
}