]> git.wh0rd.org - tt-rss.git/commitdiff
feed update error dialog: fix button
authorAndrew Dolgov <fox@bah.org.ru>
Sun, 24 Jan 2010 16:28:43 +0000 (19:28 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Sun, 24 Jan 2010 16:28:43 +0000 (19:28 +0300)
modules/popup-dialog.php

index a806e0c70242692b37e7c2fb58c6239068b2a1ec..b55799ba32bc7ebd55a3ab52cbc0dd250b1f9f37 100644 (file)
 
                        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>";