Author: tal
Date: Wed May 14 07:59:18 2014
New Revision: 1594514

URL: http://svn.apache.org/r1594514
Log:
improved language select to templates/brand.html (added template vars support)

Modified:
    openoffice/ooo-site/trunk/templates/brand.html

Modified: openoffice/ooo-site/trunk/templates/brand.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/templates/brand.html?rev=1594514&r1=1594513&r2=1594514&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/templates/brand.html (original)
+++ openoffice/ooo-site/trunk/templates/brand.html Wed May 14 07:59:18 2014
@@ -1,5 +1,5 @@
   <div id="{{ headers.divid }}">
-  <div id="languagesdiv" style="float: right; padding: 1em; font-size: 0.9em;">
+  <div id="languagesdiv" style="float: right; padding: 1em; font-size: 
0.9em;color:gray;">
        {% block language %}{% if headers.language %}{{ headers.language }}{% 
else %}Language{% endif %}:{% endblock %} 
        <select id="selectlanguage" 
onchange="javascript:location.href=location.protocol+'//'+location.host+'/'+this.value;">
                <option value="">English</option>


Reply via email to