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/pref-feeds.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'modules/pref-feeds.php') diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index b38d8793c..48563812f 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1062,7 +1062,7 @@ } } - print "
+ print "
@@ -1073,14 +1073,14 @@ WHERE owner_uid = ".$_SESSION["uid"]." ORDER BY title"); - print "

"; +# print "

"; if (db_num_rows($result) != 0) { - print __('Select:')." - ".__('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