30f8ddfda54deb427414d14a5ad2d72739a3f938
[project/luci.git] / libs / web / luasrc / view / cbi / button.htm
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%>