From a83280194a4482c14fac7d8c1940d81c6d089357 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Nov 2010 22:26:04 +0300 Subject: misc dialog style updates --- modules/popup-dialog.php | 4 ++-- modules/pref-feeds.php | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'modules') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 715ea9655..ad434bd9b 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -321,7 +321,7 @@ print ""; print ""; - print " + print "
".__('All').", - ".__('None').""; - +# print __('Select:')." +# ".__('All').", +# ".__('None').""; +# print "
"; print "
"; @@ -1097,12 +1097,12 @@ $cat_id = $line["id"]; $this_row_id = "id=\"FCATR-$cat_id\""; - print ""; + print ""; $edit_title = htmlspecialchars($line["title"]); print ""; print ""; @@ -1427,14 +1427,14 @@ $icon_file = ICONS_DIR . "/" . $details["id"] . ".ico"; if (file_exists($icon_file) && filesize($icon_file) > 0) { - $feed_icon = ""; } else { $feed_icon = ""; } - $check_box = ""; $class = ($feedctr % 2) ? "even" : "odd"; @@ -1454,7 +1454,7 @@ src='images/feed-icon-12x12.png'>"; print "
  • $check_box". + id=\"FBROW-".$details["id"]."\">$check_box". "$feed_icon $feed_url " . htmlspecialchars($details["title"]) . " ($subscribers) $site_url
  • "; -- cgit v1.2.3