sbwml 2f0552eaff Add 'luci-app-argon-config/' from commit '847c073b20a3243b1d19feb93bfdcdb57b940f22'
git-subtree-dir: luci-app-argon-config
git-subtree-mainline: a92774e555b4f208d880accf81253536d98bd59e
git-subtree-split: 847c073b20a3243b1d19feb93bfdcdb57b940f22
2021-08-22 06:49:55 +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%>