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:
cca45d0
)
libs/web: support different caption for button widgets
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Oct 2010 04:03:36 +0000
(
04:03
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 19 Oct 2010 04:03:36 +0000
(
04:03
+0000)
libs/web/luasrc/view/cbi/button.htm
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/view/cbi/button.htm
b/libs/web/luasrc/view/cbi/button.htm
index 5a5189794adfe71080be3e550949d516adba0512..4edb4612a3b804bcc1691418f86f589e358d58b2 100644
(file)
--- a/
libs/web/luasrc/view/cbi/button.htm
+++ b/
libs/web/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.
inputtitle or self.
title)%> />
<% else %>
-
<% end %>