summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-11 16:31:39 +0100
committerAndrew Dolgov <[email protected]>2008-08-11 16:31:39 +0100
commit074bf20c7fadaa7c2b9bf133110e1025cc2655d2 (patch)
tree287fce96f925303678e6c7a388f0533f5fdba95b /modules/popup-dialog.php
parent3df4869bbd7b44c1334d2a11857be00a0d911fde (diff)
filter dialogs: properly handle CR on param field
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index b3fb99a62..e54e74584 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -392,6 +392,7 @@
print "<span id=\"filter_dlg_param_box\" style=\"display : none\">";
print " " . __("with parameters:") . " ";
print "<input size=\"20\"
+ onkeypress=\"return filterCR(event, createFilter)\"
name=\"action_param\">";
print "</span>";