From f0e9aaf293280ba0d2038a5578252f33ddd4a241 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 29 Mar 2010 01:13:37 +0000 Subject: [PATCH] luci-0.9: merge r5269 --- libs/cbi/luasrc/view/cbi/ucisection.htm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -%>
-- 2.25.1