diff options
author | Steven Barth <steven@midlink.org> | 2008-08-19 17:02:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-19 17:02:40 +0000 |
commit | a35337e6a150412a5a7be8b4fe06eaba04dc4fa5 (patch) | |
tree | b65276921c9cbeecad49f85bc513f2c9cf2db933 /libs/cbi/luasrc | |
parent | bfcefb717f6f23d8382bd7b2a3b877c3e54cc29a (diff) |
Minor bugfixes
Added possibility to add networks from Wifi page
Diffstat (limited to 'libs/cbi/luasrc')
-rw-r--r-- | libs/cbi/luasrc/view/cbi/value.htm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/value.htm b/libs/cbi/luasrc/view/cbi/value.htm index 0dc584146..d85fa81d9 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 -%>'); </script> <% end -%> <%+cbi/valuefooter%> |