diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 14:00:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-06-11 14:00:09 +0000 |
commit | d4dc08dcb219a278a94e68aa87c13bca6361eeca (patch) | |
tree | a45570843d4d1cb6af11615674857bc23a5d4afb /modules/base/luasrc/view/cbi/button.htm | |
parent | 8c866ce4527f22d413fca3a46691ea31c58154c5 (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.htm | 7 |
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%> |