inlinebutton.htm 346 B

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