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%> <div><%:config%>
<% if ucic > 0 then %> <% if ucic > 0 then %>
<% submenu(category .. "/uci/", tree.nodes[category].nodes["uci"]) -%> <% submenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
<% else %> <% else %>
<ul> <ul>
<li><%:changes%>: 0</li> <li><%:changes%>: 0</li>

View file

@ -174,7 +174,7 @@ end
<div> <div>
<% if ucic > 0 then %> <% if ucic > 0 then %>
<a class="warning" href="<%=controller%>/<%=category%>/uci/changes"><%:unsavedchanges%>: <%=ucic%></a> <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 %> <% else %>
<a href="#"><%:changes%>: 0</a> <a href="#"><%:changes%>: 0</a>
<% end %> <% end %>