Remove remaining references to boa and lucid
[project/luci.git] / libs / web / luasrc / view / cbi / nsection.htm
index 1d231c5..95e7658 100644 (file)
@@ -1,18 +1,3 @@
-<%#
-LuCI - Lua Configuration Interface
-Copyright 2008 Steven Barth <steven@midlink.org>
-Copyright 2008-2009 Jo-Philipp Wich <xm@subsignal>
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-$Id$
-
--%>
-
 <% if self:cfgvalue(self.section) then section = self.section %>
        <fieldset class="cbi-section" id="cbi-<%=self.config%>-<%=section%>">
                <% if self.title and #self.title > 0 then -%>
@@ -27,7 +12,7 @@ $Id$
                        </div>
                <%- end %>
                <%+cbi/tabmenu%>
-               <div class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>">
+               <div class="cbi-section-node<% if self.tabs then %> cbi-section-node-tabbed<% end %>" id="cbi-<%=self.config%>-<%=section%>">
                        <%+cbi/ucisection%>
                </div>
                <br />