Fix wrong directory in luci-base
[project/luci.git] / modules / base / luasrc / view / cbi / button.htm
1 <%+cbi/valueheader%>
2         <% if self:cfgvalue(section) ~= false then %>
3                 <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)%> />
4         <% else %>
5                 -
6         <% end %>
7 <%+cbi/valuefooter%>