[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/translation - synchronize.pt:1.5 translate.pt:1.4

Steve Alexander steve@cat-box.net
Mon, 30 Jun 2003 13:11:27 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/services/translation
In directory cvs.zope.org:/tmp/cvs-serv25941/src/zope/app/browser/services/translation

Modified Files:
	synchronize.pt translate.pt 
Log Message:
Removed tabs.


=== Zope3/src/zope/app/browser/services/translation/synchronize.pt 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/services/translation/synchronize.pt:1.4	Wed Jun 25 17:18:55 2003
+++ Zope3/src/zope/app/browser/services/translation/synchronize.pt	Mon Jun 30 13:10:55 2003
@@ -43,13 +43,13 @@
                     multiple="multiple">
               <tal:block repeat="domain view/getAllDomains">
               <option value="" 
-		      tal:attributes="value domain"
-		      tal:content="domain"
+                      tal:attributes="value domain"
+                      tal:content="domain"
                       tal:condition="python: domain not in
                                      view.sync_domains" ></option>
               <option value="" selected="1"
-		      tal:attributes="value domain"
-		      tal:content="domain"
+                      tal:attributes="value domain"
+                      tal:content="domain"
                       tal:condition="python: domain in
                                      view.sync_domains" ></option>
               </tal:block>
@@ -63,13 +63,13 @@
                     multiple="multiple">
               <tal:block repeat="language view/getAllLanguages">
               <option value="" 
-		      tal:attributes="value language"
-		      tal:content="language"
+                      tal:attributes="value language"
+                      tal:content="language"
                       tal:condition="python: language not in
                                      view.sync_languages" ></option>
               <option value="" selected="1"
-		      tal:attributes="value language"
-		      tal:content="language"
+                      tal:attributes="value language"
+                      tal:content="language"
                       tal:condition="python: language in
                                      view.sync_languages" ></option>
               </tal:block>
@@ -102,20 +102,20 @@
     </tr>
     <tal:block repeat="message python: view.queryMessages().items()">
       <tr tal:define="number repeat/message/number;
-	              oddrow repeat/message/odd"
+                      oddrow repeat/message/odd"
           tal:attributes="class python: oddrow and 'odd' or 'even'">
         <td width="16">
           <input type="hidden"
-      	       tal:attributes="name python: 'update-msgid-%i' %number;
+                     tal:attributes="name python: 'update-msgid-%i' %number;
                                  value python: message[0][0]" />
           <input type="hidden"
-      	       tal:attributes="name python: 'update-domain-%i' %number;
+                     tal:attributes="name python: 'update-domain-%i' %number;
                                  value python: message[0][1]" />
           <input type="hidden"
-      	       tal:attributes="name python: 'update-language-%i' %number;
+                     tal:attributes="name python: 'update-language-%i' %number;
                                  value python: message[0][2]" />
           <input type="checkbox" name="message_ids:list"
-      	       tal:attributes="value python: number" />
+                     tal:attributes="value python: number" />
         </td>
         <td tal:content="python: message[0][0]">Hello World!</td>
         <td tal:content="python: message[0][1]">default</td>
@@ -141,4 +141,4 @@
 </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>


=== Zope3/src/zope/app/browser/services/translation/translate.pt 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/translation/translate.pt:1.3	Wed Jun 25 14:43:10 2003
+++ Zope3/src/zope/app/browser/services/translation/translate.pt	Mon Jun 30 13:10:55 2003
@@ -18,13 +18,13 @@
                   multiple="multiple">
             <tal:block repeat="language view/getAllLanguages">
               <option value="" 
-		      tal:attributes="value language"
-		      tal:content="language"
+                      tal:attributes="value language"
+                      tal:content="language"
                       tal:condition="python: language not in
                                      view.getEditLanguages()" ></option>
               <option value="" selected="1"
-		      tal:attributes="value language"
-		      tal:content="language"
+                      tal:attributes="value language"
+                      tal:content="language"
                       tal:condition="python: language in
                                      view.getEditLanguages()" ></option>
             </tal:block>
@@ -33,10 +33,10 @@
         <div>
           <input class="form-element" type="submit" 
                  name="@@changeEditLanguages.html:method" value="Edit"
-		 i18n:attributes="value" />
+                 i18n:attributes="value" />
           <input class="form-element" type="submit" 
                  name="@@deleteLanguages.html:method" value="Delete"
-		 i18n:attributes="value" />
+                 i18n:attributes="value" />
         </div>
       </form>
     </td>
@@ -48,13 +48,13 @@
                   multiple="multiple">
             <tal:block repeat="domain view/getAllDomains">
               <option value="" 
-		      tal:attributes="value domain"
-		      tal:content="domain"
+                      tal:attributes="value domain"
+                      tal:content="domain"
                       tal:condition="python: domain not in
                                      view.getEditDomains()" ></option>
               <option value="" selected="1"
-		      tal:attributes="value domain"
-		      tal:content="domain"
+                      tal:attributes="value domain"
+                      tal:content="domain"
                       tal:condition="python: domain in
                                      view.getEditDomains()" ></option>
             </tal:block>
@@ -115,8 +115,8 @@
     <tal:block repeat="message python: view.getMessages()">
       <tr tal:define="oddrow repeat/message/odd"
           tal:attributes="class python: oddrow and 'odd' or 'even'">
-      	<td>
-      	  <input type="hidden"
+              <td>
+                <input type="hidden"
                  tal:attributes="name python: 'edit-msg_id-%i' %message[2];
                                  value python: message[0]" />
           <input type="hidden"
@@ -151,24 +151,24 @@
     <tal:block repeat="count python: range(5)">
       <tr tal:define="oddrow repeat/count/odd"
           tal:attributes="class python: oddrow and 'odd' or 'even'">
-      	<td width="16">&nbsp;</td>
-      	<td>
-      	  <textarea cols="20" rows="2" name=""
-      	        tal:attributes="name string:new-msg_id-${count}"></textarea> 
-      	</td>
-      	<td>
-      	  <select name=""
-      	          tal:attributes="name string:new-domain-${count}">
-      	    <option value=""
-      		          tal:repeat="domain python: view.getEditDomains()"
-      	            tal:content="domain"
-      			  tal:attributes="value domain">default</option>
-      	  </select>
-      	</td>
-      	<td tal:repeat="language python:view.getEditLanguages()">
-      	  <textarea cols="20" rows="2" name=""
-      	    tal:attributes="name string:new-${language}-${count}"></textarea> 
-      	</td>
+              <td width="16">&nbsp;</td>
+              <td>
+                <textarea cols="20" rows="2" name=""
+                      tal:attributes="name string:new-msg_id-${count}"></textarea> 
+              </td>
+              <td>
+                <select name=""
+                        tal:attributes="name string:new-domain-${count}">
+                  <option value=""
+                                tal:repeat="domain python: view.getEditDomains()"
+                          tal:content="domain"
+                                tal:attributes="value domain">default</option>
+                </select>
+              </td>
+              <td tal:repeat="language python:view.getEditLanguages()">
+                <textarea cols="20" rows="2" name=""
+                  tal:attributes="name string:new-${language}-${count}"></textarea> 
+              </td>
       </tr>
     </tal:block>
   </table>