summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 19:35:17 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 19:35:17 +0300
commitf94ba97593c0713f11ff6662520f8a04152a2c60 (patch)
treee420665b8613fc6b7e9275b46b2e39f298118db6 /modules
parent4aeee290ce44fb6af6c80d2913f7c561827cedcd (diff)
neon: add disabled controls
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 25a6390a2..dbf65bbbc 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -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>";