summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-07 04:17:24 +0100
committerAndrew Dolgov <[email protected]>2008-08-07 04:17:24 +0100
commit143a497306aea0198c1dae4c03ac8ca344e37f55 (patch)
tree5041e1b56530c9b6a75fd409e90b0d29b7b1f9f1 /modules/popup-dialog.php
parent8df9005793f1faad35022509a4a3d1ddfe63c2aa (diff)
dialog layout tweaks
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php9
1 files changed, 6 insertions, 3 deletions
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 "</select>";
- print " " . __("with params") . " ";
+ print "<span id=\"filter_dlg_param_box\" style=\"display : none\">";
+ print " " . __("with parameters:") . " ";
+ print "<input size=\"20\"
+ name=\"action_param\">";
+ print "</span>";
- print "<input disabled size=\"20\"
- name=\"action_param\">";
+ print "&nbsp;"; // tiny layout hack
print "</div>";