From: Jo-Philipp Wich Date: Sun, 21 Nov 2010 00:21:49 +0000 (+0000) Subject: libs/web: add "back to overview" button to page actions if .redirect is set on the... X-Git-Tag: 0.10.0~395 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6b3e6fb854594d9b709945e8f0c88ebb7798be8c;p=oweals%2Fluci.git libs/web: add "back to overview" button to page actions if .redirect is set on the corresponding map --- diff --git a/libs/web/luasrc/view/cbi/footer.htm b/libs/web/luasrc/view/cbi/footer.htm index fe5b6881c..eb79f2419 100644 --- a/libs/web/luasrc/view/cbi/footer.htm +++ b/libs/web/luasrc/view/cbi/footer.htm @@ -14,14 +14,21 @@ $Id$ -%> <%- if pageaction then -%>
+ <% if redirect then %> +
+ +
+ <% end %> + <% if flow.skip then %> <% end %> - <% if not autoapply then%> + <% if not autoapply then %> <% end %> +
<%- end -%>