From 917c12ee30e5db223114314def15be9a77c9be71 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jun 2012 12:24:41 +0400 Subject: show empty categories in italic in category editor --- classes/pref_feeds.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/classes/pref_feeds.php b/classes/pref_feeds.php index da454b48a..bf9f18a94 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 ""; -- cgit v1.2.3