themes/openwrt: pass backlink to uci changes menu
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Nov 2010 08:05:21 +0000 (08:05 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Nov 2010 08:05:21 +0000 (08:05 +0000)
themes/openwrt/luasrc/view/themes/openwrt.org/header.htm

index 1177fa0..7cc43f8 100644 (file)
@@ -154,7 +154,7 @@ if tree.nodes[category] and tree.nodes[category].ucidata then
 -%>
 <div id="savemenu">
        <% if ucic > 0 then %>
 -%>
 <div id="savemenu">
        <% if ucic > 0 then %>
-               <a class="warning" href="<%=controller%>/<%=category%>/uci/changes/?redir=<%=luci.http.urlencode(tree.nodes[category].nodes["uci"].query)%>"><%:Unsaved Changes%>: <%=ucic%></a>
+               <a class="warning" href="<%=controller%>/<%=category%>/uci/changes/?redir=<%=luci.http.urlencode(luci.http.formvalue("redir") or REQUEST_URI)%>"><%:Unsaved Changes%>: <%=ucic%></a>
        <%- else -%>
                <a href="#"><%:Changes%>: 0</a>
        <% end -%>
        <%- else -%>
                <a href="#"><%:Changes%>: 0</a>
        <% end -%>