SmartAudio/package/luci/luci-base/luasrc/view/cbi/button.htm

8 lines
297 B
HTML
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
<%+cbi/valueheader%>
<% if self:cfgvalue(section) ~= false then %>
<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)%> />
<% else %>
-
<% end %>
<%+cbi/valuefooter%>