Fixed last commit

This commit is contained in:
Steven Barth 2008-07-29 15:36:17 +00:00
parent f8f4fe7523
commit b93f0acce6
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ end
%>
<div><%:config%>
<% if ucic > 0 then %>
<% submenu(category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
<% submenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
<% else %>
<ul>
<li><%:changes%>: 0</li>

View file

@ -174,7 +174,7 @@ end
<div>
<% if ucic > 0 then %>
<a class="warning" href="<%=controller%>/<%=category%>/uci/changes"><%:unsavedchanges%>: <%=ucic%></a>
<% submenu(category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
<% submenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
<% else %>
<a href="#"><%:changes%>: 0</a>
<% end %>