From: Andrew Dolgov Date: Thu, 14 Aug 2008 05:48:54 +0000 (+0100) Subject: tweak top25 feeds dialog when no feeds are found X-Git-Tag: 1.2.26~6 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=23582ce2b4fbcbce4c4f3326788f5b848d7929e9;p=tt-rss.git tweak top25 feeds dialog when no feeds are found --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index be401603..50b8013e 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 "
    ";