summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/button.htm
blob: 30f8ddfda54deb427414d14a5ad2d72739a3f938 (plain)
1
2
3
4
5
6
7
<%+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%>