From d60009cdd8e75cf6153301e20e0b660fd0dc9a69 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jan 2010 16:04:59 +0300 Subject: [PATCH] more button styles work; code cleanup --- modules/popup-dialog.php | 9 ++++----- modules/pref-feeds.php | 37 ++++++++++++------------------------- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index affb3e846..7967eb70b 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -181,7 +181,7 @@ print ""; print "
- +
"; @@ -405,7 +405,7 @@ } if ($id == "printTagCloud") { - print "
".__('Tag cloud')."
"; + print "
".__('Tag Cloud')."
"; print "
"; print __("Showing most popular tags ")." ("; print "
"; - print ""; + print ""; print "
"; print "
"; 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 "
";