2018-03-12 16:02:30 +00:00
|
|
|
<div class="cbi-section-create">
|
|
|
|
<% if self.invalid_cts then -%><div class="cbi-section-error"><% end %>
|
|
|
|
<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 %>
|
2020-07-29 08:55:30 +00:00
|
|
|
<option value="<%=k%>"><%=luci.xml.pcdata(v)%></option>
|
2018-03-12 16:02:30 +00:00
|
|
|
<% end -%>
|
|
|
|
</select>
|
|
|
|
<input class="cbi-button cbi-button-add" type="submit" value="<%:Add%>" title="<%:Add%>" />
|
|
|
|
<% if self.invalid_cts then %><br /><%:Invalid%></div><% end %>
|
|
|
|
</div>
|