[cc-commits] [CC SVN] r12605 - in cc.engine/trunk/cc/engine: chooser_pages macros_templates

webmaster at creativecommons.org webmaster at creativecommons.org
Tue May 12 17:32:39 EDT 2009


Author: jedoig
Date: 2009-05-12 21:32:39 +0000 (Tue, 12 May 2009)
New Revision: 12605

Modified:
   cc.engine/trunk/cc/engine/chooser_pages/index.pt
   cc.engine/trunk/cc/engine/macros_templates/support.pt
Log:
Moved language select above the chooser form, removed text and added a world icon to represent the language drop down list.


Modified: cc.engine/trunk/cc/engine/chooser_pages/index.pt
===================================================================
--- cc.engine/trunk/cc/engine/chooser_pages/index.pt	2009-05-12 21:24:15 UTC (rev 12604)
+++ cc.engine/trunk/cc/engine/chooser_pages/index.pt	2009-05-12 21:32:39 UTC (rev 12605)
@@ -54,8 +54,10 @@
     </div>
 
 
-    
-    
+   <div metal:use-macro="context/@@support/engine_languages"></div>
+
+   <br />
+   
     <div class="licensebox">
 
       <form action="./results-one" method="get" >
@@ -213,8 +215,6 @@
     </div>
     <br />
 
-    <div metal:use-macro="context/@@support/engine_languages"></div>
-
     <!-- tooltip divs -->
     <div id="help_jurisdiction">
 	  <div class="hd">

Modified: cc.engine/trunk/cc/engine/macros_templates/support.pt
===================================================================
--- cc.engine/trunk/cc/engine/macros_templates/support.pt	2009-05-12 21:24:15 UTC (rev 12604)
+++ cc.engine/trunk/cc/engine/macros_templates/support.pt	2009-05-12 21:32:39 UTC (rev 12605)
@@ -53,9 +53,15 @@
 
 <div class="licensebox" style="background:#FAFAD6;">
 
-<span tal:attributes="dir view/get_ltr_rtl; style view/is_rtl_align;" i18n:translate="deed.view_in">This page is available in the following languages:</span>
-<br/>
+<!--<span tal:attributes="dir view/get_ltr_rtl; style view/is_rtl_align;" i18n:translate="deed.view_in">This page is available in the following languages:</span>
+<br/>-->
 
+<img src="images/world.png" align="absmiddle" 
+		 tal:attributes="src 
+				 context/++resource++cc/images/world.png"
+         i18n:attributes="alt" alt="Languages"
+		 /> 
+  
 <select name="languages" onchange="window.location='?lang='+this.value">
 
 	<option




More information about the cc-commits mailing list