summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view/admin_uci
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-07 13:10:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-07 13:10:24 +0000
commit86e1aebb593eb712e45536b730302495948ebdad (patch)
treefa32edb6b7afd2d2cb05e0f44fbc0a4b3cfc3845 /modules/admin-full/luasrc/view/admin_uci
parente798793e6f382734ff2922072b2780bbf07cfce8 (diff)
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_uci')
-rw-r--r--modules/admin-full/luasrc/view/admin_uci/apply.htm2
-rw-r--r--modules/admin-full/luasrc/view/admin_uci/changes.htm4
-rw-r--r--modules/admin-full/luasrc/view/admin_uci/revert.htm2
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/admin-full/luasrc/view/admin_uci/apply.htm b/modules/admin-full/luasrc/view/admin_uci/apply.htm
index 9a9a063f1..8aa09c641 100644
--- a/modules/admin-full/luasrc/view/admin_uci/apply.htm
+++ b/modules/admin-full/luasrc/view/admin_uci/apply.htm
@@ -13,7 +13,7 @@ $Id$
-%>
<%+header%>
-<h1><%:config%></h1>
+<h2><a id="content" name="content"><%:config%></a></h2>
<p><%:uci_applied%>:</p>
<code><%=(changes or "-")%>
diff --git a/modules/admin-full/luasrc/view/admin_uci/changes.htm b/modules/admin-full/luasrc/view/admin_uci/changes.htm
index ab66b78ef..da0d9f11c 100644
--- a/modules/admin-full/luasrc/view/admin_uci/changes.htm
+++ b/modules/admin-full/luasrc/view/admin_uci/changes.htm
@@ -13,8 +13,8 @@ $Id$
-%>
<%+header%>
-<h1><%:config%></h1>
-<h2><%:changes%></h2>
+<h2><a id="content" name="content"><%:config%></a></h2>
+<h3><%:changes%></h3>
<code><%=changes%></code>
<br /><br />
<form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
diff --git a/modules/admin-full/luasrc/view/admin_uci/revert.htm b/modules/admin-full/luasrc/view/admin_uci/revert.htm
index 7f98a0435..553ec7454 100644
--- a/modules/admin-full/luasrc/view/admin_uci/revert.htm
+++ b/modules/admin-full/luasrc/view/admin_uci/revert.htm
@@ -13,7 +13,7 @@ $Id$
-%>
<%+header%>
-<h1><%:config%></h1>
+<h2><a id="content" name="content"><%:config%></a></h2>
<p><%:uci_reverted%>:</p>
<code><%=(changes or "-")%></code>
<%+footer%> \ No newline at end of file