summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-28 18:49:17 +0300
committerAndrew Dolgov <[email protected]>2010-01-28 18:49:17 +0300
commit0b9751cd650c917d3e7f5dc5493483f8b026bf21 (patch)
tree5a1526f465e11835dd9df3ab9a4e298b939ad52d /modules/popup-dialog.php
parent2712bcea09a5db4477fefbf939324d24cb72d838 (diff)
theme_image: do not display themed image if noone is logged in
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index b55799ba3..a806e0c70 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -575,8 +575,9 @@
print "<div align='center'>";
- print "<button onclick=\"return closeInfoBox()\">".
- __('Close this window')."</button>";
+ print "<input class=\"button\"
+ type=\"submit\" onclick=\"return closeInfoBox()\"
+ value=\"".__('Close')."\">";
print "</div>";