summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/button.htm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi/button.htm')
-rw-r--r--modules/luci-base/luasrc/view/cbi/button.htm7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/button.htm b/modules/luci-base/luasrc/view/cbi/button.htm
deleted file mode 100644
index 6ccba58f23..0000000000
--- a/modules/luci-base/luasrc/view/cbi/button.htm
+++ /dev/null
@@ -1,7 +0,0 @@
-<%+cbi/valueheader%>
- <% if self:cfgvalue(section) ~= false then %>
- <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)%> />
- <% else %>
- -
- <% end %>
-<%+cbi/valuefooter%>