summaryrefslogtreecommitdiff
path: root/plugins/import_export
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 08:56:28 +0300
commit814e49f8f78c349b471726c01d7a7cd2eb5121c3 (patch)
tree8c43323f673478d24885723ce5316a9f8262b8d2 /plugins/import_export
parent7d5be47a2e0e6ddc545fa9db3ed8844f67f42ffd (diff)
add icons to accordion panels in preferences
fix typo in pref-prefs closing panel tag
Diffstat (limited to 'plugins/import_export')
-rwxr-xr-xplugins/import_export/init.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/import_export/init.php b/plugins/import_export/init.php
index ef1e2db65..c49426f9f 100755
--- a/plugins/import_export/init.php
+++ b/plugins/import_export/init.php
@@ -50,7 +50,8 @@ class Import_Export extends Plugin implements IHandler {
function hook_prefs_tab($args) {
if ($args != "prefFeeds") return;
- print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Import and export')."\">";
+ print "<div dojoType=\"dijit.layout.AccordionPane\"
+ title=\"<i class='material-icons'>import_export</i> ".__('Import and export')."\">";
print_notice(__("You can export and import your Starred and Archived articles for safekeeping or when migrating between tt-rss instances of same version."));