summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-28 18:49:54 +0300
committerAndrew Dolgov <[email protected]>2010-01-28 18:49:54 +0300
commite8f2df110d3b82c1eb578c88963aa87e4233d1f8 (patch)
treef4a05b29056190cc795c2b39c9c0c4a612d5eac6 /modules/popup-dialog.php
parent4d50f419ee5039b91fd542e7719b1b5c9b0f5015 (diff)
parent0b9751cd650c917d3e7f5dc5493483f8b026bf21 (diff)
Merge branch 'master' of bah.org.ru:public_html/testbox/tt-rss
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>";