* core: Added template for a table view of typed sections
[project/luci.git] / core / src / view / cbi / ucisection.htm
index a1fb39cf45f00508e60560fdceb19a7e80439d05..0abc37e7c63a80c15473bc58b509f6a73164301e 100644 (file)
@@ -1,5 +1,4 @@
-                                       <div class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>">
-<% self:render_children(section) %>
+<% self:render_children(section, scope or {}) %>
                                                <% if #self.optionals[section] > 0 or self.dynamic then %>
                                                        <div class="cbi-optionals">
                                                        <% if self.dynamic then %>
@@ -18,6 +17,4 @@
                                                        <% end %>
                                                                <input type="submit" value="<%:add hinzufügen%>" />
                                                        </div>
-                                               <% end %>
-                                       </div>
-                                       <br />
\ No newline at end of file
+                                               <% end %>
\ No newline at end of file