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:
@@ -146,14 +146,12 @@
|
|||||||
<div style='float : left'>
|
<div style='float : left'>
|
||||||
<button onclick=\"return removeSelectedPrefProfiles()\">".
|
<button onclick=\"return removeSelectedPrefProfiles()\">".
|
||||||
__('Remove')."</button>
|
__('Remove')."</button>
|
||||||
<input class=\"button\"
|
<button onclick=\"return activatePrefProfile()\">".
|
||||||
type=\"submit\" onclick=\"return activatePrefProfile()\"
|
__('Activate')."</button>
|
||||||
value=\"".__('Activate')."\">
|
|
||||||
</div>";
|
</div>";
|
||||||
|
|
||||||
print "<input class=\"button\"
|
print "<button onclick=\"return closeInfoBox()\">".
|
||||||
type=\"submit\" onclick=\"return closeInfoBox()\"
|
__('Close this window')."</button>";
|
||||||
value=\"".__('Close this window')."\">";
|
|
||||||
|
|
||||||
print "</div></div>";
|
print "</div></div>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user