From 720295d973b44cdad4cd4a0e0b0b0f7f79ff6c3a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 10 Oct 2008 20:59:27 +0000 Subject: OXYGEN #3: Add "back" button to UCI apply/revert/changes pages --- modules/admin-full/luasrc/view/admin_uci/apply.htm | 10 ++++++++++ modules/admin-full/luasrc/view/admin_uci/changes.htm | 10 ++++++++++ modules/admin-full/luasrc/view/admin_uci/revert.htm | 10 ++++++++++ 3 files changed, 30 insertions(+) (limited to 'modules/admin-full/luasrc/view/admin_uci') diff --git a/modules/admin-full/luasrc/view/admin_uci/apply.htm b/modules/admin-full/luasrc/view/admin_uci/apply.htm index 8aa09c641..a908b6a8b 100644 --- a/modules/admin-full/luasrc/view/admin_uci/apply.htm +++ b/modules/admin-full/luasrc/view/admin_uci/apply.htm @@ -13,6 +13,11 @@ $Id$ -%> <%+header%> +
+"><< <%:back%> +
+
+

<%:config%>

<%:uci_applied%>:

<%=(changes or "-")%> @@ -26,4 +31,9 @@ while line do end fp:close() %> +
+"><< <%:back%> +
+
+
<%+footer%> \ No newline at end of file diff --git a/modules/admin-full/luasrc/view/admin_uci/changes.htm b/modules/admin-full/luasrc/view/admin_uci/changes.htm index da0d9f11c..6375aaf71 100644 --- a/modules/admin-full/luasrc/view/admin_uci/changes.htm +++ b/modules/admin-full/luasrc/view/admin_uci/changes.htm @@ -13,6 +13,11 @@ $Id$ -%> <%+header%> +
+"><< <%:back%> +
+
+

<%:config%>

<%:changes%>

<%=changes%> @@ -26,4 +31,9 @@ $Id$
+ +
+
+"><< <%:back%> +
<%+footer%> diff --git a/modules/admin-full/luasrc/view/admin_uci/revert.htm b/modules/admin-full/luasrc/view/admin_uci/revert.htm index 553ec7454..e8515dc41 100644 --- a/modules/admin-full/luasrc/view/admin_uci/revert.htm +++ b/modules/admin-full/luasrc/view/admin_uci/revert.htm @@ -13,7 +13,17 @@ $Id$ -%> <%+header%> +
+"><< <%:back%> +
+
+

<%:config%>

<%:uci_reverted%>:

<%=(changes or "-")%> +
+"><< <%:back%> +
+
+
<%+footer%> \ No newline at end of file -- cgit v1.2.3