luci-app-acme: convert to client side rendering
[project/luci.git] / modules / luci-compat / luasrc / view / cbi / button.htm
1 <%+cbi/valueheader%>
2 <% if self:cfgvalue(section) ~= false then %>
3 <input class="cbi-button cbi-button-<%=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%>