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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user