]> git.wh0rd.org - tt-rss.git/blobdiff - modules/popup-dialog.php
theme_image: do not display themed image if noone is logged in
[tt-rss.git] / modules / popup-dialog.php
index b55799ba32bc7ebd55a3ab52cbc0dd250b1f9f37..a806e0c70242692b37e7c2fb58c6239068b2a1ec 100644 (file)
 
                        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>";