summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-18 17:07:45 +0300
committerAndrew Dolgov <[email protected]>2010-01-18 17:07:45 +0300
commit8ab4da5f8b64d1e748b431c6dd9f1979bf4af698 (patch)
treefa66cfd8828ee603e75b2a57916a48c0da4b7708 /modules
parent69d582f0effd8a01f266cca730b7a08151a8fc56 (diff)
settings profiles dialog: use proper buttons
Diffstat (limited to 'modules')
-rw-r--r--modules/popup-dialog.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 3c00afba2..a806e0c70 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -146,14 +146,12 @@
<div style='float : left'>
<button onclick=\"return removeSelectedPrefProfiles()\">".
__('Remove')."</button>
- <input class=\"button\"
- type=\"submit\" onclick=\"return activatePrefProfile()\"
- value=\"".__('Activate')."\">
+ <button onclick=\"return activatePrefProfile()\">".
+ __('Activate')."</button>
</div>";
- print "<input class=\"button\"
- type=\"submit\" onclick=\"return closeInfoBox()\"
- value=\"".__('Close this window')."\">";
+ print "<button onclick=\"return closeInfoBox()\">".
+ __('Close this window')."</button>";
print "</div></div>";