button.htm 297 B

1234567
  1. <%+cbi/valueheader%>
  2. <% if self:cfgvalue(section) ~= false then %>
  3. <input class="cbi-button cbi-input-<%=self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> />
  4. <% else %>
  5. -
  6. <% end %>
  7. <%+cbi/valuefooter%>