projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07de919
)
luci-base: support hiding the "Back to Overview" button in cbi maps
author
Jo-Philipp Wich
<jo@mein.io>
Thu, 3 May 2018 06:22:16 +0000
(08:22 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 3 May 2018 06:25:26 +0000
(08:25 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-base/luasrc/view/cbi/footer.htm
patch
|
blob
|
history
diff --git
a/modules/luci-base/luasrc/view/cbi/footer.htm
b/modules/luci-base/luasrc/view/cbi/footer.htm
index 4d332fd07a36bd27fced6dcd76475f90a96c2447..e6acfb0697c043df477c50dcb95239dbf34beff8 100644
(file)
--- a/
modules/luci-base/luasrc/view/cbi/footer.htm
+++ b/
modules/luci-base/luasrc/view/cbi/footer.htm
@@
-1,6
+1,6
@@
<%- if pageaction then -%>
<div class="cbi-page-actions">
- <% if redirect then %>
+ <% if redirect
and not flow.hidebackbtn
then %>
<div style="float:left">
<input class="cbi-button cbi-button-link" type="button" value="<%:Back to Overview%>" onclick="location.href='<%=pcdata(redirect)%>'" />
</div>