summaryrefslogtreecommitdiffhomepage
path: root/libs/cbi
diff options
context:
space:
mode:
Diffstat (limited to 'libs/cbi')
-rw-r--r--libs/cbi/luasrc/view/cbi/ucisection.htm4
-rw-r--r--libs/cbi/luasrc/view/cbi/value.htm2
2 files changed, 3 insertions, 3 deletions
diff --git a/libs/cbi/luasrc/view/cbi/ucisection.htm b/libs/cbi/luasrc/view/cbi/ucisection.htm
index aef770e17..fa083c68f 100644
--- a/libs/cbi/luasrc/view/cbi/ucisection.htm
+++ b/libs/cbi/luasrc/view/cbi/ucisection.htm
@@ -50,12 +50,12 @@ $Id$
<%-
end
-%>
- }, '', '<%-:cbi_manual-%>');
+ }, '', '<%-: -- custom -- -%>');
</script>
<% end %>
<% else %>
<select id="cbi.opt.<%=self.config%>.<%=section%>" name="cbi.opt.<%=self.config%>.<%=section%>">
- <option><%:-- Additional Field --%></option>
+ <option><%: -- Additional Field -- %></option>
<% for key, val in pairs(self.optionals[section]) do -%>
<option id="cbi-<%=self.config.."-"..section.."-"..val.option%>" value="<%=val.option%>"><%=striptags(val.title)%></option>
<%- end %>
diff --git a/libs/cbi/luasrc/view/cbi/value.htm b/libs/cbi/luasrc/view/cbi/value.htm
index de083e62c..e8592cfdb 100644
--- a/libs/cbi/luasrc/view/cbi/value.htm
+++ b/libs/cbi/luasrc/view/cbi/value.htm
@@ -31,7 +31,7 @@ $Id$
<%- if self.combobox_manual then -%>
<%-=self.combobox_manual-%>
<%- else -%>
- <%-:cbi_manual-%>
+ <%-: -- custom -- -%>
<%- end -%>');
</script>
<% end -%>