summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-21 14:11:48 +0300
committerAndrew Dolgov <[email protected]>2010-11-21 14:11:48 +0300
commitbec2ecd9452c06ef5b406d822b330e42a101f42e (patch)
tree20d124c5fbe67cdf32e77648e53e3e950401a932 /modules
parent4aeafea2837795bdda930bfbe90d26f943e6fcce (diff)
css tweaks
Diffstat (limited to 'modules')
-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 0fc9cf9b8..671774195 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -637,7 +637,8 @@
print "</div>";
print "<div align='center'>";
- print "<button onclick=\"return closeInfoBox()\">".
+ print "<button dojoType=\"dijit.form.Button\"
+ onclick=\"return closeInfoBox()\">".
__('Close this window')."</button>";
print "</div>";