summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/view/cbi/tsection.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-09 20:14:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-09 20:14:25 +0000
commit63608d2636baaab72037564f3c5885087f4a3454 (patch)
tree0ad0b9644d3ee77f0ff6ba69c41f217f40cb6609 /libs/web/luasrc/view/cbi/tsection.htm
parent4fb5f1aca642eb94442d37d02eb81185f1f1ef03 (diff)
libs/web: sent origin section id encoded in cbi.cts. requests
Diffstat (limited to 'libs/web/luasrc/view/cbi/tsection.htm')
-rw-r--r--libs/web/luasrc/view/cbi/tsection.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/web/luasrc/view/cbi/tsection.htm b/libs/web/luasrc/view/cbi/tsection.htm
index 24f8e0400f..087548bf28 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 -%>
<div class="cbi-section-create">
<% if self.anonymous then -%>
- <input type="submit" class="cbi-button cbi-button-add" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" value="<%:Add%>" />
+ <input type="submit" class="cbi-button cbi-button-add" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>.<%=section%>" value="<%:Add%>" />
<%- else -%>
<% if self.invalid_cts then -%><div class="cbi-section-error"><% end %>
- <input type="text" class="cbi-section-create-name" id="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" />
- <script type="text/javascript">cbi_validate_field('cbi.cts.<%=self.config%>.<%=self.sectiontype%>', true, 'uciname');</script>
+ <input type="text" class="cbi-section-create-name" id="cbi.cts.<%=self.config%>.<%=self.sectiontype%>.<%=section%>" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>.<%=section%>" />
+ <script type="text/javascript">cbi_validate_field('cbi.cts.<%=self.config%>.<%=self.sectiontype%>.<%=section%>', true, 'uciname');</script>
<input type="submit" class="cbi-button cbi-button-add" onclick="this.form.cbi_state='add-section'; return true" value="<%:Add%>" />
<% if self.invalid_cts then -%>
<br /><%:Invalid%></div>