summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-18 13:09:59 +0400
committerAndrew Dolgov <[email protected]>2011-04-18 13:09:59 +0400
commitaaba22250fd497ddbf17a73ca187e13516411454 (patch)
tree47841c2ccea6259216de3eaa05201bd762755d55 /modules/popup-dialog.php
parent361840203b217b03eca1839bfe11a172a5cccd40 (diff)
filter dialog: display parsed date when checking; fix Check it button not using Dijit control
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 78962dc6c..02459ba84 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -466,7 +466,8 @@
name=\"reg_exp\" value=\"$reg_exp\"/>";
print "<span id=\"filterDlg_dateChkBox\" style=\"display : none\">";
- print "&nbsp;<button onclick=\"return filterDlgCheckDate()\">".
+ print "&nbsp;<button dojoType=\"dijit.form.Button\"
+ onclick=\"return filterDlgCheckDate()\">".
__('Check it')."</button>";
print "</span>";