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/pref-filters.php | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'modules/pref-filters.php') 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