1234567891011121314151617 |
- <%+cbi/valueheader%>
- <% if self:cfgvalue(section) ~= false then
- -- We need to garantie that function cfgvalue run first to set missing parameters
- %>
-
-
- <input class="cbi-button cbi-input-<%=self.inputstyle or "button" %>" style="font-size: 100%;" type="button" onclick="onclick_startstop(this.id)"
- <%=
- attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled")
- %> />
- <% end %>
- <%+cbi/valuefooter%>
|