X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fview%2Fcbi%2Fbutton.htm;h=4edb4612a3b804bcc1691418f86f589e358d58b2;hb=ff58e81d18a23fcbdfea89044b0600bcdd2d06da;hp=5a5189794adfe71080be3e550949d516adba0512;hpb=ede4aca4b95c9e664e4830fd43c54b627b122538;p=project%2Fluci.git diff --git a/libs/web/luasrc/view/cbi/button.htm b/libs/web/luasrc/view/cbi/button.htm index 5a5189794..4edb4612a 100644 --- 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 %> - " type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> /> + " type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> /> <% else %> - <% end %>