From: Florian Eckert Date: Tue, 21 Jun 2022 14:37:28 +0000 (+0200) Subject: luci-compat: fix common cbi-page-actions position X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a70c5705e476cf1325edceab29c15148c289f280;p=project%2Fluci.git luci-compat: fix common cbi-page-actions position With legacy applications, the common page actions "Save and Apply" are not displayed correctly, so that they are not aligned on the right as with javascript applications. To fix the alignment, the control-group css class is removed. This was determined with the application 'luci-app-nft-qos' with the theme 'luci-theme-bootstrap'. Signed-off-by: Florian Eckert --- diff --git a/modules/luci-compat/luasrc/view/cbi/footer.htm b/modules/luci-compat/luasrc/view/cbi/footer.htm index abcc47b920..c72102340f 100644 --- a/modules/luci-compat/luasrc/view/cbi/footer.htm +++ b/modules/luci-compat/luasrc/view/cbi/footer.htm @@ -8,7 +8,7 @@ if pageaction and (display_back or display_skip or display_apply or display_save or display_reset) then - %>
<% + %>
<% if display_back then %> <%