2008-08-16 20:18:14 +00:00
|
|
|
<%+cbi/valueheader%>
|
2008-08-18 00:38:18 +00:00
|
|
|
<% if self:cfgvalue(section) ~= false then %>
|
2018-06-19 15:10:38 +00:00
|
|
|
<input class="cbi-button cbi-button-<%=self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> />
|
2008-08-18 00:38:18 +00:00
|
|
|
<% else %>
|
|
|
|
-
|
|
|
|
<% end %>
|
2008-08-16 20:18:14 +00:00
|
|
|
<%+cbi/valuefooter%>
|