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 --- classes/pref/feeds.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'classes/pref/feeds.php') diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php index d29cf70f5..058646bdc 100755 --- a/classes/pref/feeds.php +++ b/classes/pref/feeds.php @@ -1134,7 +1134,8 @@ class Pref_Feeds extends Handler_Protected { function index() { print "
"; - print "
"; + print "
rss_feed ".__('Feeds')."\">"; $sth = $this->pdo->prepare("SELECT COUNT(id) AS num_errors FROM ttrss_feeds WHERE last_error != '' AND owner_uid = ?"); @@ -1268,7 +1269,8 @@ class Pref_Feeds extends Handler_Protected { print "
"; # feeds pane - print "
"; + print "
import_export ".__('OPML')."\">"; print __("Using OPML you can export and import your feeds, filters, labels and Tiny Tiny RSS settings.") . __("Only main settings profile can be migrated using OPML."); @@ -1323,7 +1325,8 @@ class Pref_Feeds extends Handler_Protected { print "
"; # pane - print "
"; + print "
share ".__('Published & shared articles / Generated feeds')."\">"; print __('Published articles can be subscribed by anyone who knows the following URL:'); -- cgit v1.2.3-54-g00ecf