From: Jo-Philipp Wich Date: Sun, 9 Oct 2011 20:14:25 +0000 (+0000) Subject: libs/web: sent origin section id encoded in cbi.cts. requests X-Git-Tag: 0.11.0~1590 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=63608d2636baaab72037564f3c5885087f4a3454;hp=4fb5f1aca642eb94442d37d02eb81185f1f1ef03 libs/web: sent origin section id encoded in cbi.cts. requests --- diff --git a/libs/web/luasrc/view/cbi/tblsection.htm b/libs/web/luasrc/view/cbi/tblsection.htm index 6633b9bba..1a2d689a7 100644 --- a/libs/web/luasrc/view/cbi/tblsection.htm +++ b/libs/web/luasrc/view/cbi/tblsection.htm @@ -128,11 +128,11 @@ end <% 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%>
diff --git a/libs/web/luasrc/view/cbi/tsection.htm b/libs/web/luasrc/view/cbi/tsection.htm index 24f8e0400..087548bf2 100644 --- a/libs/web/luasrc/view/cbi/tsection.htm +++ b/libs/web/luasrc/view/cbi/tsection.htm @@ -32,11 +32,11 @@ <% 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%>