From 8c4492db5fac28d1c143931316e4ccb7f877e6ec Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 31 Oct 2008 09:35:11 +0000 Subject: Removed UCI Save/Apply cache from Essentials Made CBI controllers configurable --- modules/admin-mini/luasrc/view/mini/uci_apply.htm | 39 ---------------------- .../admin-mini/luasrc/view/mini/uci_changes.htm | 39 ---------------------- modules/admin-mini/luasrc/view/mini/uci_revert.htm | 29 ---------------- 3 files changed, 107 deletions(-) delete mode 100644 modules/admin-mini/luasrc/view/mini/uci_apply.htm delete mode 100644 modules/admin-mini/luasrc/view/mini/uci_changes.htm delete mode 100644 modules/admin-mini/luasrc/view/mini/uci_revert.htm (limited to 'modules/admin-mini/luasrc/view/mini') diff --git a/modules/admin-mini/luasrc/view/mini/uci_apply.htm b/modules/admin-mini/luasrc/view/mini/uci_apply.htm deleted file mode 100644 index a908b6a8b5..0000000000 --- a/modules/admin-mini/luasrc/view/mini/uci_apply.htm +++ /dev/null @@ -1,39 +0,0 @@ -<%# -LuCI - Lua Configuration Interface -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - --%> -<%+header%> -
-"><< <%:back%> -
-
-
-

<%:config%>

-

<%:uci_applied%>:

-<%=(changes or "-")%> - -<% -local fp = reload() -local line = fp:read() -while line do - write(line.."\n") - line = fp:read() -end -fp:close() -%> -
-"><< <%:back%> -
-
-
-<%+footer%> \ No newline at end of file diff --git a/modules/admin-mini/luasrc/view/mini/uci_changes.htm b/modules/admin-mini/luasrc/view/mini/uci_changes.htm deleted file mode 100644 index 89df99daba..0000000000 --- a/modules/admin-mini/luasrc/view/mini/uci_changes.htm +++ /dev/null @@ -1,39 +0,0 @@ -<%# -LuCI - Lua Configuration Interface -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - --%> -<%+header%> - -

<%:config%>

-

<%:changes%>

-<%=changes%> -

-
- -
-
- -
-
- -
- - -<%+footer%> \ No newline at end of file diff --git a/modules/admin-mini/luasrc/view/mini/uci_revert.htm b/modules/admin-mini/luasrc/view/mini/uci_revert.htm deleted file mode 100644 index e8515dc41c..0000000000 --- a/modules/admin-mini/luasrc/view/mini/uci_revert.htm +++ /dev/null @@ -1,29 +0,0 @@ -<%# -LuCI - Lua Configuration Interface -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - --%> -<%+header%> - -

<%:config%>

-

<%:uci_reverted%>:

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