From 814e49f8f78c349b471726c01d7a7cd2eb5121c3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Dec 2018 08:56:28 +0300 Subject: add icons to accordion panels in preferences fix typo in pref-prefs closing panel tag --- plugins/import_export/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/import_export') 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 "
"; + print "
import_export ".__('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.")); -- cgit v1.2.3-54-g00ecf