From: Andrew Dolgov Date: Tue, 12 Jan 2010 13:04:59 +0000 (+0300) Subject: more button styles work; code cleanup X-Git-Tag: 1.4.0~83 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d60009cdd8e75cf6153301e20e0b660fd0dc9a69;p=tt-rss.git more button styles work; code cleanup --- diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index affb3e84..7967eb70 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 158c97c0..452acde6 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 "
";