summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-18 00:01:24 +0400
committerAndrew Dolgov <[email protected]>2011-04-18 00:01:24 +0400
commit5593784a2c64a910425d2064575ee575721dad53 (patch)
tree95333edd031aec227c619b2dea7a26531ddd28b8 /modules/popup-dialog.php
parent50aa64b3c4b1ef5a9b90e3f1a09b8e4c92140d16 (diff)
implement test button in filter dialogs
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index dbbd1fb32..78962dc6c 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -526,6 +526,9 @@
print "<div class=\"dlgButtons\">";
+ print "<button dojoType=\"dijit.form.Button\" onclick=\"return dijit.byId('filterEditDlg').test()\">".
+ __('Test')."</button> ";
+
print "<button dojoType=\"dijit.form.Button\" onclick=\"return dijit.byId('filterEditDlg').execute()\">".
__('Create')."</button> ";