You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
488 B
HTML
8 lines
488 B
HTML
1 year ago
|
<%+cbi/valueheader%>
|
||
|
<% if self:cfgvalue(section) ~= false then %>
|
||
|
<input class="cbi-button cbi-button-<%=self.inputstyle or "button" %>" onclick="event.preventDefault();partition_format('<%=self.partitions[section].name%>', '<%=self.format_cmd%>', '<%=self.inputtitle%>');" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> <% if self.view_disabled then %> disabled <% end %>/>
|
||
|
<% else %>
|
||
|
-
|
||
|
<% end %>
|
||
|
<%+cbi/valuefooter%>
|