From 0b68215ca6f739de4895f006dbbc97640e3135cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 May 2006 05:59:33 +0100 Subject: recolor patch #2 + misc interface improvements --- backend.php | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 081bd7726..f1a9e60bd 100644 --- a/backend.php +++ b/backend.php @@ -1812,7 +1812,7 @@ "; - if (ENABLE_FEED_BROWSER) { + if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) { print " (Top 50)"; } @@ -2065,7 +2065,7 @@ "; print " - Title +  Title "; $lnum = 0; @@ -3412,7 +3412,7 @@ print "   - Username + Login E-mail Access Level Last login"; @@ -3459,6 +3459,8 @@ print "" . $line["login"] . ""; + if (!$line["email"]) $line["email"] = " "; + print "" . $line["email"] . ""; @@ -3467,6 +3469,8 @@ } else if ($uid != $edit_uid) { + if (!$line["email"]) $line["email"] = " "; + print ""; @@ -3746,6 +3750,8 @@ if ($op == "pref-feed-browser") { + print "

This panel shows feeds subscribed by other users of this system, just in case you are interested in some of them too.

"; + if (!ENABLE_FEED_BROWSER) { print "Feed browser is administratively disabled."; return; @@ -3821,7 +3827,11 @@ FROM ttrss_feeds WHERE auth_login = '' AND auth_pass = '' AND private = false GROUP BY feed_url ORDER BY subscribers DESC LIMIT 100"); - + + print "

Selection: + "; + print "

"; - print "

Selection: -

"; - print ""; } -- cgit v1.2.3-54-g00ecf