From b360dbc6dcd283d7ce70217701f57a4e2601ee99 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 22 Sep 2011 13:25:48 +0000 Subject: modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp: tune input class attributes --- libs/web/luasrc/view/cbi/button.htm | 2 +- libs/web/luasrc/view/cbi/upload.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/web/luasrc/view/cbi/button.htm b/libs/web/luasrc/view/cbi/button.htm index 88e63d59df..30f8ddfda5 100644 --- a/libs/web/luasrc/view/cbi/button.htm +++ b/libs/web/luasrc/view/cbi/button.htm @@ -1,6 +1,6 @@ <%+cbi/valueheader%> <% if self:cfgvalue(section) ~= false then %> - " type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> /> + " type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> /> <% else %> - <% end %> diff --git a/libs/web/luasrc/view/cbi/upload.htm b/libs/web/luasrc/view/cbi/upload.htm index d57a032c77..7770934111 100644 --- a/libs/web/luasrc/view/cbi/upload.htm +++ b/libs/web/luasrc/view/cbi/upload.htm @@ -7,7 +7,7 @@ <% if s then %> <%:Uploaded File%> (<%=t.byte_format(s.size)%>) /> - " alt="<%:Replace entry%>" title="<%:Replace entry%>" src="<%=resource%>/cbi/reload.gif" /> + " alt="<%:Replace entry%>" title="<%:Replace entry%>" src="<%=resource%>/cbi/reload.gif" /> <% else %> /> <% end %> -- cgit v1.2.3