From: Manuel Munz Date: Wed, 12 Sep 2012 16:15:54 +0000 (+0000) Subject: add missing css declaration for cbi-button-find X-Git-Tag: 0.11.0~99 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=f65d05ac2b174762a0f638db1bc34845950e3ec1 add missing css declaration for cbi-button-find --- diff --git a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css index 54a63b10ad..cd49fcbe23 100644 --- a/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css +++ b/themes/freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css @@ -632,7 +632,8 @@ input.cbi-input-password { text-indent: 17px; } -input.cbi-input-find { +input.cbi-input-find, +input.cbi-button-find { background: url('../resources/cbi/find.gif') no-repeat scroll 1px center; background-color: inherit; color: #000; diff --git a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm index 25068a2d18..2608177793 100644 --- a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm +++ b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm @@ -81,7 +81,7 @@ You may obtain a copy of the License at <% end -%> -<%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI +<%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 9e600e31f0..2c633e2d1c 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -443,7 +443,8 @@ input.cbi-input-password { text-indent: 17px; } -input.cbi-input-find { +input.cbi-input-find, +input.cbi-button-find { background-image: url('../resources/cbi/find.gif'); color: #000000; padding-left: 17px;