From 143a497306aea0198c1dae4c03ac8ca344e37f55 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Aug 2008 04:17:24 +0100 Subject: dialog layout tweaks --- modules/popup-dialog.php | 9 ++++++--- modules/pref-feeds.php | 11 ++++------- modules/pref-filters.php | 27 +++++++++++++++------------ 3 files changed, 25 insertions(+), 22 deletions(-) (limited to 'modules') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 215c51abe..912ab03a6 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -383,10 +383,13 @@ print ""; - print " " . __("with params") . " "; + print ""; + print " " . __("with parameters:") . " "; + print ""; + print ""; - print ""; + print " "; // tiny layout hack print ""; diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 53a3185e8..be4016038 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -361,19 +361,16 @@ print ""; print "
+
+ +
-
- - -
"; - print "
"; - return; } diff --git a/modules/pref-filters.php b/modules/pref-filters.php index 3946be5f3..05d2fb6af 100644 --- a/modules/pref-filters.php +++ b/modules/pref-filters.php @@ -74,12 +74,15 @@ print ""; - print " " . __("with params") . " "; + $param_hidden = ($action_id == 4 || $action_id == 6) ? "" : "display : none"; - $param_disabled = ($action_id == 4 || $action_id == 6) ? "" : "disabled"; + print ""; + print " " . __("with parameters:") . " "; + print ""; + print ""; - print ""; + print " "; // tiny layout hack print ""; @@ -111,6 +114,14 @@ print "
"; + $reg_exp = htmlspecialchars($reg_exp); // second escaping seems to be needed for javascript + + print "
"; + print " "; + print "
"; + print ""; - $reg_exp = htmlspecialchars($reg_exp); // second escaping seems to be needed for javascript - - print "
"; - print " "; - print "
"; - print "
"; return; -- cgit v1.2.3