You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ta...@apache.org on 2014/05/17 23:26:52 UTC

svn commit: r1595544 - /openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html

Author: tal
Date: Sat May 17 21:26:52 2014
New Revision: 1595544

URL: http://svn.apache.org/r1595544
Log:
testing new brand template, in /test, minor text fixes.

Modified:
    openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html

Modified: openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html?rev=1595544&r1=1595543&r2=1595544&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html (original)
+++ openoffice/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html Sat May 17 21:26:52 2014
@@ -1,7 +1,7 @@
   <div id="{{ headers.divid }}">
   <div id="languagesdiv">
 <!--   	{% block language %}{% if headers.language %}{{ headers.language }}{% else %}Language{% endif %}:{% endblock %} -->
-Lanauguage: 
+Language: <!-- comment this line, uncomment prev. line --> 
   	<select id="selectlanguage" onchange="javascript:location.href=location.protocol+'//'+location.host+'/'+this.value;">
   	<!-- Austrian --><option value="ast">Asturianu</option>
   	<!-- Basque --><option value="eu">Euskara</option>
@@ -67,7 +67,8 @@ Lanauguage: 
 	  <div class="topsrchbox">
 	    <input name="resultsPerPage" value="40" type="hidden"/> 
 	    <input name="q" id="query" type="text" title="search query"/>
-	    <input name="Button" value="{{ headers.search }}" type="submit" class="topsrchbutton"/>
+<!-- 	    <input name="Button" value="{{ headers.search }}" type="submit" class="topsrchbutton"/> -->
+			<input name="Button" value="Search" type="submit" class="topsrchbutton"/>
 	  </div>
 	</form>
       </div>