diff options
author | Stan Grishin <stangri@melmac.net> | 2021-03-09 20:35:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 20:35:09 -0800 |
commit | b79a41c4939ff78fc95a786f37272905b427173d (patch) | |
tree | ea3434d1822444deb2f0f6a1c2d1c679726e5358 /applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm | |
parent | 2516852100eb6b115c0ad90883dfc5cfda16e076 (diff) | |
parent | b741adfb35bd0505215170720dd21ed40897e17f (diff) |
Merge pull request #4888 from stangri/master-luci-app-vpn-policy-routing
luci-app-vpn-policy-routing: bugfix: template layout on theme-openwrt-2020
Diffstat (limited to 'applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm')
-rw-r--r-- | applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm index b1ec6fbf97..8a64698b6c 100644 --- a/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm +++ b/applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm @@ -38,7 +38,7 @@ end -%> -<div class="cbi-value"><label class="cbi-value-title">Service Control</label> +<%+cbi/valueheader%> <div class="cbi-value-field"> <input type="button" class="btn cbi-button cbi-button-apply" id="btn_start" name="start" value="<%:Start%>" onclick="button_action(this)" /> @@ -60,7 +60,7 @@ onclick="button_action(this)" /> <span id="btn_disable_spinner" class="btn_spinner"></span> </div> -</div> +<%+cbi/valuefooter%> <%-if not btn_start_status then%> <script type="text/javascript">document.getElementById("btn_start").disabled = true;</script> |