diff options
Diffstat (limited to 'themes')
3 files changed, 5 insertions, 3 deletions
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 54a63b10a..cd49fcbe2 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 25068a2d1..260817779 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 -%> <script type="text/javascript" src="<%=resource%>/xhr.js"></script> -<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI</title> +<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title> </head> <body class="lang_<%=luci.i18n.context.lang%>"> diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 9e600e31f..2c633e2d1 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; |