[CMF-checkins] SVN: CMF/trunk/CMFDefault/skins/zpt_generic/ - replaced i18n:span (i18n:span is only useful in combination with i18n:name as hack for nested i18n:translate)

Yvo Schubbe y.2006_ at wcm-solutions.de
Tue Feb 14 15:30:29 EST 2006


Log message for revision 41620:
  - replaced i18n:span (i18n:span is only useful in combination with i18n:name as hack for nested i18n:translate)

Changed:
  U   CMF/trunk/CMFDefault/skins/zpt_generic/recent_news_template.pt
  U   CMF/trunk/CMFDefault/skins/zpt_generic/talkback_tree.pt

-=-
Modified: CMF/trunk/CMFDefault/skins/zpt_generic/recent_news_template.pt
===================================================================
--- CMF/trunk/CMFDefault/skins/zpt_generic/recent_news_template.pt	2006-02-14 14:04:04 UTC (rev 41619)
+++ CMF/trunk/CMFDefault/skins/zpt_generic/recent_news_template.pt	2006-02-14 20:30:28 UTC (rev 41620)
@@ -26,10 +26,10 @@
     ><tal:case tal:condition="not: repeat/creator/start"
      ><tal:case tal:condition="not: repeat/creator/end">, </tal:case
      ><tal:case tal:condition="repeat/creator/end"
-      > <i18n:span i18n:translate="">and</i18n:span> </tal:case></tal:case
+      > <tal:span i18n:translate="">and</tal:span> </tal:case></tal:case
     ><tal:span tal:content="creator">creator</tal:span></tal:loop></tal:case
   ><tal:case tal:condition="not: item_info/creators"
-   ><i18n:span i18n:translate="">unknown</i18n:span></tal:case>
+   ><tal:span i18n:translate="">unknown</tal:span></tal:case>
   </td>
  </tr>
  <tr>

Modified: CMF/trunk/CMFDefault/skins/zpt_generic/talkback_tree.pt
===================================================================
--- CMF/trunk/CMFDefault/skins/zpt_generic/talkback_tree.pt	2006-02-14 14:04:04 UTC (rev 41619)
+++ CMF/trunk/CMFDefault/skins/zpt_generic/talkback_tree.pt	2006-02-14 20:30:28 UTC (rev 41620)
@@ -23,10 +23,10 @@
     ><tal:case tal:condition="not: repeat/creator/start"
      ><tal:case tal:condition="not: repeat/creator/end">, </tal:case
      ><tal:case tal:condition="repeat/creator/end"
-      > <i18n:span i18n:translate="">and</i18n:span> </tal:case></tal:case
+      > <tal:span i18n:translate="">and</tal:span> </tal:case></tal:case
     ><tal:span tal:content="creator">creator</tal:span></tal:loop></tal:case
   ><tal:case tal:condition="not: item/creators"
-   ><i18n:span i18n:translate="">unknown</i18n:span></tal:case>
+   ><tal:span i18n:translate="">unknown</tal:span></tal:case>
    on <tal:span tal:content="item/date">Today</tal:span
   ><tal:case tal:condition="item/delete_url"> [
    <a href="#" tal:attributes="href item/delete_url"



More information about the CMF-checkins mailing list