X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fview%2Fcbi%2Ftsection.htm;h=087548bf2888c74cbf360e9fb331735df2497ea0;hp=0fa285c160efa174352d8370ee650c247a0d2d27;hb=fd28386e35a947cf9966ae6fd8d2dd5673279bad;hpb=ede4aca4b95c9e664e4830fd43c54b627b122538 diff --git a/libs/web/luasrc/view/cbi/tsection.htm b/libs/web/luasrc/view/cbi/tsection.htm index 0fa285c16..087548bf2 100644 --- a/libs/web/luasrc/view/cbi/tsection.htm +++ b/libs/web/luasrc/view/cbi/tsection.htm @@ -1,18 +1,3 @@ -<%# -LuCI - Lua Configuration Interface -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -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.title and #self.title > 0 then -%> <%=self.title%> @@ -21,7 +6,7 @@ $Id$ <% local isempty = true for i, k in ipairs(self:cfgsections()) do -%> <% if self.addremove then -%>
- +
<%- end %> @@ -33,7 +18,7 @@ $Id$ <%+cbi/tabmenu%> -
+
<%+cbi/ucisection%>

@@ -47,11 +32,12 @@ $Id$ <% if self.template_addremove then include(self.template_addremove) else -%>
<% if self.anonymous then -%> - + <%- else -%> <% if self.invalid_cts then -%>
<% end %> - - + + + <% if self.invalid_cts then -%>
<%:Invalid%>
<%- end %>