libs/web: assign extra css class to typed or named sections with tabs
[project/luci.git] / libs / web / luasrc / view / cbi / tsection.htm
index 2aab1b5..24f8e04 100644 (file)
@@ -18,7 +18,7 @@
 
                <%+cbi/tabmenu%>
 
-               <fieldset class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>">
+               <fieldset class="cbi-section-node<% if self.tabs then %> cbi-section-node-tabbed<% end %>" id="cbi-<%=self.config%>-<%=section%>">
                        <%+cbi/ucisection%>
                </fieldset>
                <br />