From 8c2f0ed7a32974dce7df2b13b11073119379cc59 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 May 2006 13:43:50 +0100 Subject: [PATCH] fix layout of feed editor --- backend.php | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/backend.php b/backend.php index 183cacbc..267cc7dc 100644 --- a/backend.php +++ b/backend.php @@ -1426,7 +1426,7 @@ print "Category:"; print ""; - print_feed_cat_select($link, "cat_id", $cat_id); + print_feed_cat_select($link, "cat_id", $cat_id, "class=\"iedit\""); print ""; print ""; @@ -1439,19 +1439,8 @@ print ""; - print ""; + print_select_hash("update_interval", $update_interval, $update_intervals, + "class=\"iedit\""); print ""; @@ -1468,7 +1457,7 @@ $disabled = "disabled"; } - print ""; print ""; @@ -1507,20 +1496,9 @@ print ""; - print ""; - print ""; $auth_login = db_fetch_result($result, 0, "auth_login"); -- 2.39.2