From: Andrew Dolgov Date: Sat, 20 May 2006 12:43:50 +0000 (+0100) Subject: fix layout of feed editor X-Git-Tag: 1.2.0~57 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8c2f0ed7a32974dce7df2b13b11073119379cc59;p=tt-rss.git fix layout of feed editor --- 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");