summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view/admin_system/ipkg.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-24 01:10:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-24 01:10:34 +0000
commit6245ad6a73090ac3668e8f4b9749614592294a08 (patch)
tree8f08e3253f1e8c9b85908a8e94b513bff55b7841 /modules/admin-full/luasrc/view/admin_system/ipkg.htm
parenteb6e37ebb7b9d576e9eb9f1a0d140936d11ddf11 (diff)
modules/admin-full: rework system menu area
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_system/ipkg.htm')
-rw-r--r--modules/admin-full/luasrc/view/admin_system/ipkg.htm7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/admin-full/luasrc/view/admin_system/ipkg.htm b/modules/admin-full/luasrc/view/admin_system/ipkg.htm
index c14e4546fc..7f0956cfde 100644
--- a/modules/admin-full/luasrc/view/admin_system/ipkg.htm
+++ b/modules/admin-full/luasrc/view/admin_system/ipkg.htm
@@ -12,7 +12,8 @@ You may obtain a copy of the License at
$Id$
-%>
-<ul>
-<li><strong><%:Package lists%>:</strong> <code>src <em>Name</em> <em>URL</em></code></li>
-<li><strong><%:Installation targets%>:</strong> <code>dest <em>Name</em> <em>Pfad</em></code></li>
+
+<ul class="cbi-tabmenu">
+ <li class="cbi-tab-disabled"><a href="<%=luci.dispatcher.build_url("admin/system/packages")%>"><%:Actions%></a></li>
+ <li class="cbi-tab"><a href="#"><%:Configuration%></a></li>
</ul>