From: Jo-Philipp Wich Date: Mon, 23 Mar 2020 20:41:22 +0000 (+0100) Subject: luci-compat: footer.htm: tweak CSS classes X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=04b62708f574204ebd0bb7cb4f4546ecdcb4b6ff;p=oweals%2Fluci.git luci-compat: footer.htm: tweak CSS classes - Use .btn CSS class for page action buttons - Use .control-group class for page action div Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-compat/luasrc/view/cbi/footer.htm b/modules/luci-compat/luasrc/view/cbi/footer.htm index ed632202c..fecf1bce7 100644 --- a/modules/luci-compat/luasrc/view/cbi/footer.htm +++ b/modules/luci-compat/luasrc/view/cbi/footer.htm @@ -8,26 +8,26 @@ if pageaction and (display_back or display_skip or display_apply or display_save or display_reset) then - %>
<% + %>
<% if display_back then - %> <% + %> <% end if display_skip then - %> <% + %> <% end if display_apply then - %> <% + %> <% end if display_save then - %> <% + %> <% end if display_reset then - %> <% + %> <% end %>
<%