From 6b3e6fb854594d9b709945e8f0c88ebb7798be8c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 21 Nov 2010 00:21:49 +0000 Subject: [PATCH] libs/web: add "back to overview" button to page actions if .redirect is set on the corresponding map --- libs/web/luasrc/view/cbi/footer.htm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -%> -- 2.11.0