summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-15 23:00:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-15 23:00:53 +0000
commit3386d649ea5c7b98ab654e0ae9c7228615b476b2 (patch)
tree1391e2da6cd0270f661145f691c2686fc1baa1ff /modules/admin-full/luasrc/view
parent125eb141deaedbc75f9738d1aa45087ca74a6eb8 (diff)
modules/admin-full: readd atm bridge config
Diffstat (limited to 'modules/admin-full/luasrc/view')
-rw-r--r--modules/admin-full/luasrc/view/admin_network/iface_overview.htm17
1 files changed, 6 insertions, 11 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
index 3b81f1b72..08bac76b9 100644
--- a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
+++ b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
@@ -24,8 +24,6 @@ $Id$
end
-%>
-<%+header%>
-
<script type="text/javascript" src="<%=resource%>/cbi.js"></script>
<script type="text/javascript"><![CDATA[
function iface_shutdown(id, reconnect) {
@@ -170,8 +168,6 @@ $Id$
})();
]]></script>
-<h2><a id="content" name="content"><%:Interface Overview%></a></h2>
-
<fieldset class="cbi-section" style="display:none">
<legend><%:Reconnecting interface%></legend>
<img src="<%=resource%>/icons/loading.gif" alt="<%:Loading%>" style="vertical-align:middle" />
@@ -180,6 +176,8 @@ $Id$
<div class="cbi-map">
<fieldset class="cbi-section">
+ <legend><%:Interface Overview%></legend>
+
<table class="cbi-section-table" style="margin:10px; empty-cells:hide">
<tr class="cbi-section-table-titles">
<th class="cbi-section-table-cell">&nbsp;</th>
@@ -215,12 +213,9 @@ $Id$
</tr>
<% end %>
</table>
- </fieldset>
- <form action="<%=luci.dispatcher.build_url("admin/network/iface_add")%>" method="post">
- <br />
- <input type="submit" class="cbi-button cbi-button-apply" value="<%:Add new interface...%>" />
- </form>
+ <form action="<%=luci.dispatcher.build_url("admin/network/iface_add")%>" method="post">
+ <input type="submit" class="cbi-button cbi-button-add" value="<%:Add new interface...%>" />
+ </form>
+ </fieldset>
</div>
-
-<%+footer%>