From 23582ce2b4fbcbce4c4f3326788f5b848d7929e9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Aug 2008 06:48:54 +0100 Subject: tweak top25 feeds dialog when no feeds are found --- modules/pref-feeds.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index be4016038..50b8013e3 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -104,13 +104,17 @@ } if ($feedctr == 0) { - print "
  • ".__('No feeds found to subscribe.')."
  • "; + print "
  • ".__('No feeds found.')."

  • "; + $subscribe_btn_disabled = "disabled"; + } else { + $subscribe_btn_disabled = ""; } print ""; print "
    "; -- cgit v1.2.3