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

svn commit: r909123 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/test/templates/brand-template-with-language-select-without-vars.html

Author: buildbot
Date: Sat May 17 21:27:30 2014
New Revision: 909123

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 17 21:27:30 2014
@@ -1 +1 @@
-1595543
+1595544

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat May 17 21:27:30 2014
@@ -1 +1 @@
-1595543
+1595544

Modified: websites/staging/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html (original)
+++ websites/staging/ooo-site/trunk/content/test/templates/brand-template-with-language-select-without-vars.html Sat May 17 21:27:30 2014
@@ -25,7 +25,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>
@@ -91,7 +91,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>