Fixed last commit
This commit is contained in:
parent
f8f4fe7523
commit
b93f0acce6
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue