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