From 04b62708f574204ebd0bb7cb4f4546ecdcb4b6ff Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 23 Mar 2020 21:41:22 +0100 Subject: 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 --- modules/luci-compat/luasrc/view/cbi/footer.htm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/luci-compat') diff --git a/modules/luci-compat/luasrc/view/cbi/footer.htm b/modules/luci-compat/luasrc/view/cbi/footer.htm index ed632202ce..fecf1bce7c 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 %>
<% -- cgit v1.2.3