2008-08-16 20:18:14 +00:00
|
|
|
<%#
|
|
|
|
LuCI - Lua Configuration Interface
|
|
|
|
Copyright 2008 Steven Barth <steven@midlink.org>
|
|
|
|
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
$Id$
|
|
|
|
|
|
|
|
-%>
|
|
|
|
<%+cbi/valueheader%>
|
2008-08-18 00:38:18 +00:00
|
|
|
<% if self:cfgvalue(section) ~= false then %>
|
2008-10-11 11:40:44 +00:00
|
|
|
<input class="cbi-input-<%=self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> />
|
2008-08-18 00:38:18 +00:00
|
|
|
<% else %>
|
|
|
|
-
|
|
|
|
<% end %>
|
2008-08-16 20:18:14 +00:00
|
|
|
<%+cbi/valuefooter%>
|