diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-20 07:30:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 07:30:31 +0200 |
commit | f7cf8ff6c3dedc45049e8390f209531d99cf4757 (patch) | |
tree | db668b8fa46af2a425a6026675e22002c78ccc32 /applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm | |
parent | 565c9001cd44bc23aeaefd578ae6fe67d724db6b (diff) | |
parent | 4f921594bbe23f24a84e5a5e2b7425b01e7bd143 (diff) |
Merge pull request #1968 from stangri/luci-app-advanced-reboot
luci-app-advanced-reboot: change style of buttons to important
Diffstat (limited to 'applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm')
-rw-r--r-- | applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm index 0ddea11e65..1acf01b995 100644 --- a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm +++ b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/power_off.htm @@ -1,7 +1,7 @@ <%# Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008-2009 Jo-Philipp Wich <jow@openwrt.org> - Copyright 2017 Stan Grishin <stangri@melmac.net> + Copyright 2017-2018 Stan Grishin <stangri@melmac.net> Licensed to the public under the Apache License 2.0. -%> @@ -17,8 +17,8 @@ <form class="inline" action="<%=REQUEST_URI%>" method="post"> <input type="hidden" name="token" value="<%=token%>" /> <input type="hidden" name="step" value="2" /> - <input class="cbi-button cbi-button-reset" name="cancel" type="submit" value="<%:Cancel%>" /> - <input class="cbi-button cbi-button-apply" type="submit" value="<%:Proceed%>" /> + <input class="cbi-button cbi-button-reset important" name="cancel" type="submit" value="<%:Cancel%>" /> + <input class="cbi-button cbi-button-apply important" type="submit" value="<%:Proceed%>" /> </form> </div> |