* CBI: Generalized templates
[project/luci.git] / src / ffluci / view / cbi / nsection.htm
index 80dcefc..9c54a99 100644 (file)
@@ -1,29 +1,12 @@
-<% if self:ucivalue(self.section) then %>
-                               <div class="cbi-section" id="cbi-<%=self.config%>-<%=self.section%>">
+<% if self:cfgvalue(self.section) then
+section = self.section %>
+                               <div class="cbi-section" id="cbi-<%=self.config%>-<%=section%>">
                                        <h2><%=self.title%></h2>
                                        <div class="cbi-section-descr"><%=self.description%></div>
-                                       <fieldset class="cbi-section-node">
-<% self:render_children(self.section) %>
-                                       <% if #self.optionals > 0 or self.dynamic then %>
-                                               <div class="cbi-optionals">
-                                               <% if self.dynamic then %>
-                                                       <input type="text" name="cbi.opt.<%=self.config%>.<%=self.section%>" />
-                                               <% else %>
-                                                       <select name="cbi.opt.<%=self.config%>.<%=self.section%>">
-                                                               <option><%:cbi_selopt *** Zusätzliche Felder ***%></option>
-                                                       <% for key, val in pairs(self.optionals) do %>
-                                                               <option value="<%=val.option%>"><%=val.title%></option>
-                                                       <% end %>
-                                                       </select>
-                                               <% end %>
-                                                       <input type="submit" value="<%:cbi_addopt Feld hinzufügen%>" />
-                                               </div>
-                                       <% end %>
-                                       <br />
-                                       <% if self.addremove then %>
-                                               <input type="submit" name="cbi.rns.<%=self.config%>.<%=self.section%>" value="<%:cbi_del Eintrag entfernen%>" />
-                                       <% end %>
-                                       </fieldset>
+                                       <% if self.addremove then %><div class="cbi-section-remove">
+                                               <input type="submit" name="cbi.rns.<%=self.config%>.<%=section%>" value="<%:cbi_del Eintrag entfernen%>" />
+                                       </div><% end %>
+<%+cbi/ucisection%>
                                </div>
 <% elseif self.addremove then %>
                                <div class="cbi-section" id="cbi-<%=self.config%>-<%=self.section%>">