projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d97b73c
)
Fixed a typo in button template
author
Steven Barth
<steven@midlink.org>
Sat, 11 Oct 2008 11:40:44 +0000
(11:40 +0000)
committer
Steven Barth
<steven@midlink.org>
Sat, 11 Oct 2008 11:40:44 +0000
(11:40 +0000)
libs/cbi/luasrc/view/cbi/button.htm
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/view/cbi/button.htm
b/libs/cbi/luasrc/view/cbi/button.htm
index c6606622d693ddd586317b1c3525017206a1b846..5a5189794adfe71080be3e550949d516adba0512 100644
(file)
--- a/
libs/cbi/luasrc/view/cbi/button.htm
+++ b/
libs/cbi/luasrc/view/cbi/button.htm
@@
-14,7
+14,7
@@
$Id$
-%>
<%+cbi/valueheader%>
<% if self:cfgvalue(section) ~= false then %>
- <input class="cbi-input-<%
self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> />
+ <input class="cbi-input-<%
=
self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> />
<% else %>
-
<% end %>