From a35337e6a150412a5a7be8b4fe06eaba04dc4fa5 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 19 Aug 2008 17:02:40 +0000 Subject: Minor bugfixes Added possibility to add networks from Wifi page --- libs/cbi/luasrc/view/cbi/value.htm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libs/cbi/luasrc/view') diff --git a/libs/cbi/luasrc/view/cbi/value.htm b/libs/cbi/luasrc/view/cbi/value.htm index 0dc5841469..d85fa81d9d 100644 --- a/libs/cbi/luasrc/view/cbi/value.htm +++ b/libs/cbi/luasrc/view/cbi/value.htm @@ -26,7 +26,12 @@ $Id$ -%> }, '<%- if not self.rmempty and not self.optional then -%> <%-:cbi_select-%> - <%- end -%>', '<%:cbi_manual%>'); + <%- end -%>', ' + <%- if self.combobox_manual then -%> + <%-=self.combobox_manual-%> + <%- else -%> + <%-:cbi_manual-%> + <%- end -%>'); <% end -%> <%+cbi/valuefooter%> -- cgit v1.2.3