luci-app-argon-config/luasrc/view/argon-config/other_button.htm
jerrykuku 76ab6f2be7 init
2020-09-08 22:28:01 +08:00

8 lines
329 B
HTML

<%+cbi/valueheader%>
<% if self:cfgvalue(section) ~= false then %>
<input class="cbi-button cbi-input-<%=self.inputstyle or "button" %>" style="display: <%= display %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> />
<% else %>
-
<% end %>
<%+cbi/valuefooter%>