* luci/app/openvpn: controller, model and template updates
[project/luci.git] / applications / luci-openvpn / luasrc / view / openvpn / cbi-select-input-add.htm
diff --git a/applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm b/applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm
new file mode 100644 (file)
index 0000000..0744cf8
--- /dev/null
@@ -0,0 +1,11 @@
+<div class="cbi-section-create">
+       <% if self.invalid_cts then -%><div class="cbi-section-error"><% end %>
+       <input type="text" class="cbi-section-create-name" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" />
+       <select class="cbi-section-create-name" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>.select">
+       <%- for k, v in luci.util.kspairs(self.add_select_options) do %>
+               <option value="<%=k%>"><%=luci.util.pcdata(v)%></option>
+       <% end -%>
+       </select>
+       <input class="cbi-button cbi-button-add" type="submit" value="<%:cbi_add%>" title="<%:cbi_add%>" />
+       <% if self.invalid_cts then %><br /><%:cbi_invalid%></div><% end %>
+</div>