OXYGEN #3: Add "back" button to UCI apply/revert/changes pages
[project/luci.git] / modules / admin-full / luasrc / view / admin_uci / apply.htm
index 9a9a063f1dbbd053d66f90e03a26eb37541213f9..a908b6a8b5a687274fee96221bd64c81b67250c7 100644 (file)
@@ -13,7 +13,12 @@ $Id$
 
 -%>
 <%+header%>
-<h1><%:config%></h1>
+<div>
+<a href="<%=luci.http.formvalue("redir")%>">&lt;&lt; <%:back%></a>
+<br />
+<br />
+</div>
+<h2><a id="content" name="content"><%:config%></a></h2>
 <p><%:uci_applied%>:</p>
 <code><%=(changes or "-")%>
 
@@ -26,4 +31,9 @@ while line do
 end
 fp:close()
 %></code>
+<div>
+<a href="<%=luci.http.formvalue("redir")%>">&lt;&lt; <%:back%></a>
+<br />
+<br />
+</div>
 <%+footer%>
\ No newline at end of file