1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 11:31:29 +00:00

settings profiles dialog: use proper buttons

This commit is contained in:
Andrew Dolgov
2010-01-18 17:07:45 +03:00
parent 69d582f0ef
commit 8ab4da5f8b

View File

@@ -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>";