diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-28 18:52:46 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-28 18:52:46 +0300 |
| commit | a522a76734328818dd9d863a424a609d56728df6 (patch) | |
| tree | 7380bb538b4ebabe9a134dc3e33204b02a2d6e8a /modules/popup-dialog.php | |
| parent | e8f2df110d3b82c1eb578c88963aa87e4233d1f8 (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.php | 5 |
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>"; |