1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 13:41:27 +00:00

neon: add disabled controls

This commit is contained in:
Andrew Dolgov
2010-01-14 19:35:17 +03:00
parent 4aeee290ce
commit f94ba97593
2 changed files with 36 additions and 6 deletions

View File

@@ -49,9 +49,8 @@
print "<div align='center'>";
print "<input class=\"button\"
type=\"submit\" onclick=\"return opmlImportDone()\"
value=\"".__('Close this window')."\">";
print "<button onclick=\"return opmlImportDone()\">".
__('Close this window')."</button>";
print "</div>";