From a70c5705e476cf1325edceab29c15148c289f280 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 21 Jun 2022 16:37:28 +0200 Subject: [PATCH] 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 --- modules/luci-compat/luasrc/view/cbi/footer.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> <% -- 2.30.2