Changeset 7230
- Timestamp:
- 06/25/11 23:54:50 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
r7161 r7230 209 209 <div id="savemenu"> 210 210 <% if ucic > 0 then %> 211 <a class="warning" href="<%=controller%>/<%=category%>/uci/changes/?redir=<%=luci.http.urlencode( tree.nodes[category].nodes["uci"].query)%>"><%:Unsaved Changes%>: <%=ucic%></a>211 <a class="warning" href="<%=controller%>/<%=category%>/uci/changes/?redir=<%=luci.http.urlencode(luci.http.formvalue("redir") or REQUEST_URI)%>"><%:Unsaved Changes%>: <%=ucic%></a> 212 212 <% end -%> 213 213 </div><% end %>
