modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp...
[project/luci.git] / libs / web / luasrc / view / cbi / upload.htm
index d57a032c77c4c2a19aead5a4a93cc4dff2cca30b..7770934111c13914dcb6d5976d238335c2902244 100644 (file)
@@ -7,7 +7,7 @@
        <% if s then %>
                <%:Uploaded File%> (<%=t.byte_format(s.size)%>)
                <input type="hidden"<%= attr("value", v) .. attr("name", cbid) .. attr("id", cbid) %> />
-               <input class="cbi-input-image" type="image" value="<%:Replace entry%>" name="cbi.rlf.<%=section .. "." .. self.option%>" alt="<%:Replace entry%>" title="<%:Replace entry%>" src="<%=resource%>/cbi/reload.gif" />
+               <input class="cbi-button cbi-input-image" type="image" value="<%:Replace entry%>" name="cbi.rlf.<%=section .. "." .. self.option%>" alt="<%:Replace entry%>" title="<%:Replace entry%>" src="<%=resource%>/cbi/reload.gif" />
        <% else %>
                <input class="cbi-input-file" type="file"<%= attr("name", cbid) .. attr("id", cbid) %> />
        <% end %>