From d60009cdd8e75cf6153301e20e0b660fd0dc9a69 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jan 2010 16:04:59 +0300 Subject: more button styles work; code cleanup --- modules/pref-feeds.php | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 158c97c05..452acde69 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -996,12 +996,9 @@ print "
  -
"; + size=\"40\"> + "; $result = db_query($link, "SELECT title,id FROM ttrss_feed_categories WHERE owner_uid = ".$_SESSION["uid"]." @@ -1011,16 +1008,9 @@ if (db_num_rows($result) != 0) { - print ""; - - print ""; - - print "
- ".__('Select:')." + print __('Select:')." ".__('All').", - ".__('None')." -
"; + ".__('None').""; print "
"; @@ -1064,17 +1054,14 @@ print "

".__('No feed categories defined.')."

"; } - print "
-
"; + print "
+
+ +
"; - print "
"; - - print " - "; - - print "
"; + print "
"; print "
"; -- cgit v1.2.3