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%>
|
<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>
|
||||||
|
|
|
@ -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 %>
|
||||||
|
|
Loading…
Reference in a new issue