luci-0.9: merge r5269
This commit is contained in:
parent
1b3f0e7bc3
commit
f0e9aaf293
1 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,11 @@ $Id$
|
|||
end
|
||||
%>
|
||||
|
||||
<% self:render_children(section, scope or {}) %>
|
||||
<% if self.tabs then %>
|
||||
<%+cbi/tabcontainer%>
|
||||
<% else %>
|
||||
<% self:render_children(section, scope or {}) %>
|
||||
<% end %>
|
||||
|
||||
<% if self.error and self.error[section] then -%>
|
||||
<div class="cbi-section-error">
|
||||
|
|
Loading…
Reference in a new issue