From 63608d2636baaab72037564f3c5885087f4a3454 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 9 Oct 2011 20:14:25 +0000 Subject: [PATCH 1/1] libs/web: sent origin section id encoded in cbi.cts. requests --- libs/web/luasrc/view/cbi/tblsection.htm | 6 +++--- libs/web/luasrc/view/cbi/tsection.htm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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%>
-- 2.11.0