From: Andrew Dolgov Date: Fri, 15 Jun 2012 08:24:41 +0000 (+0400) Subject: show empty categories in italic in category editor X-Git-Tag: 1.6.0~211 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=917c12ee30e5db223114314def15be9a77c9be71;p=tt-rss.git show empty categories in italic in category editor --- diff --git a/classes/pref_feeds.php b/classes/pref_feeds.php index da454b48..bf9f18a9 100644 --- a/classes/pref_feeds.php +++ b/classes/pref_feeds.php @@ -1224,6 +1224,8 @@ class Pref_Feeds extends Protected_Handler { print ""; + if ($line['count'] == 0) print ''; + print "" . $edit_title . @@ -1243,6 +1245,10 @@ class Pref_Feeds extends Protected_Handler { "; + if ($line['count'] == 0) print ''; + + print ""; + print ""; echo T_sprintf("%d feeds", $line['count']); print "";