diff options
author | Steven Barth <steven@midlink.org> | 2008-05-27 08:32:10 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-27 08:32:10 +0000 |
commit | 30c8b259e1b7012f7c16c1ee5aeb1997e44dcbdc (patch) | |
tree | 12d1195e52a82165ea44129a7ab53126a7b2b7c9 /web/src/view/cbi/nsection.htm | |
parent | b8124f18f88fe11158eb122a1e362cfbd512cf4f (diff) |
* Separated CBI from LuCI Web
* Updated OpenWRT-Makefile
Diffstat (limited to 'web/src/view/cbi/nsection.htm')
-rw-r--r-- | web/src/view/cbi/nsection.htm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/web/src/view/cbi/nsection.htm b/web/src/view/cbi/nsection.htm deleted file mode 100644 index fff597ad0..000000000 --- a/web/src/view/cbi/nsection.htm +++ /dev/null @@ -1,20 +0,0 @@ -<% 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> - <% if self.addremove then %><div class="cbi-section-remove right"> - <input type="submit" name="cbi.rns.<%=self.config%>.<%=section%>" value="<%:cbi_del Eintrag entfernen%>" /> - </div><% end %> -<div class="cbi-section-node" id="cbi-<%=self.config%>-<%=section%>"> -<%+cbi/ucisection%> -</div> -<br /> - </div> -<% elseif self.addremove then %> - <div class="cbi-section" id="cbi-<%=self.config%>-<%=self.section%>"> - <h2><%=self.title%></h2> - <div class="cbi-section-descr"><%=self.description%></div> - <input type="submit" name="cbi.cns.<%=self.config%>.<%=self.section%>" value="<%:cbi_add Eintrag anlegen%>" /> - </div> -<% end %> |