From: Jo-Philipp Wich Date: Mon, 29 Mar 2010 01:13:37 +0000 (+0000) Subject: luci-0.9: merge r5269 X-Git-Tag: 0.9.0~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f0e9aaf293280ba0d2038a5578252f33ddd4a241;p=oweals%2Fluci.git luci-0.9: merge r5269 --- diff --git a/libs/cbi/luasrc/view/cbi/ucisection.htm b/libs/cbi/luasrc/view/cbi/ucisection.htm index 7e8467cfc..dcae798b0 100644 --- a/libs/cbi/luasrc/view/cbi/ucisection.htm +++ b/libs/cbi/luasrc/view/cbi/ucisection.htm @@ -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 -%>