1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:45:56 +00:00

make appearance of some preference panes more similar

This commit is contained in:
Andrew Dolgov
2013-05-12 12:36:25 +04:00
parent bb660dcab4
commit 11334fdf6c
4 changed files with 25 additions and 20 deletions

View 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
}