summaryrefslogtreecommitdiffhomepage
path: root/modules/base/luasrc/view/cbi/button.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-06-11 14:00:09 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-06-11 14:00:09 +0000
commitd4dc08dcb219a278a94e68aa87c13bca6361eeca (patch)
treea45570843d4d1cb6af11615674857bc23a5d4afb /modules/base/luasrc/view/cbi/button.htm
parent8c866ce4527f22d413fca3a46691ea31c58154c5 (diff)
Fix wrong directory in luci-base
Diffstat (limited to 'modules/base/luasrc/view/cbi/button.htm')
-rw-r--r--modules/base/luasrc/view/cbi/button.htm7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/base/luasrc/view/cbi/button.htm b/modules/base/luasrc/view/cbi/button.htm
new file mode 100644
index 0000000000..30f8ddfda5
--- /dev/null
+++ b/modules/base/luasrc/view/cbi/button.htm
@@ -0,0 +1,7 @@
+<%+cbi/valueheader%>
+ <% if self:cfgvalue(section) ~= false then %>
+ <input class="cbi-button cbi-input-<%=self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> />
+ <% else %>
+ -
+ <% end %>
+<%+cbi/valuefooter%>