summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.net>2020-08-24 02:14:14 +0000
committerStan Grishin <stangri@melmac.net>2020-08-24 02:14:14 +0000
commitbe7840942288f87bdb1ef78c86ab00011b67d6bf (patch)
treedc814ee98fbe0d45e7038830053e773cc202a354 /applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm
parentf555ab56a861dadbba37fad4478846dbfcff5031 (diff)
luci-app-advanced-reboot: bugifx: btn style; board names for some Linksys devices
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm')
-rw-r--r--applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm
index db11020628..b81aaf4558 100644
--- a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm
+++ b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm
@@ -21,8 +21,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 important" name="cancel" type="submit" value="<%:Cancel%>" />
- <input class="cbi-button cbi-button-apply important" type="submit" value="<%:Proceed%>" />
+ <input class="btn cbi-button cbi-button-reset important" name="cancel" type="submit" value="<%:Cancel%>" />
+ <input class="btn cbi-button cbi-button-apply important" type="submit" value="<%:Proceed%>" />
</form>
</div>