diff options
author | Stan Grishin <stangri@melmac.net> | 2020-08-24 02:14:14 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-08-24 02:14:14 +0000 |
commit | be7840942288f87bdb1ef78c86ab00011b67d6bf (patch) | |
tree | dc814ee98fbe0d45e7038830053e773cc202a354 /applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/alternative_reboot.htm | |
parent | f555ab56a861dadbba37fad4478846dbfcff5031 (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.htm | 4 |
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> |