[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic -
index_html_utils.html:1.5
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Aug 3 09:26:21 EDT 2004
Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv3603/CMFDefault/skins/zpt_generic
Modified Files:
index_html_utils.html
Log Message:
- updated i18n:attributes
=== Products/CMFDefault/skins/zpt_generic/index_html_utils.html 1.4 => 1.5 ===
--- Products/CMFDefault/skins/zpt_generic/index_html_utils.html:1.4 Fri Jun 4 05:52:39 2004
+++ Products/CMFDefault/skins/zpt_generic/index_html_utils.html Tue Aug 3 09:26:21 2004
@@ -34,7 +34,7 @@
tal:attributes="src string:${item/portal_url}/${item/getIcon};
alt string:${item/Type};
title string:${item/Type}"
- i18n:attributes="alt title" /></a>
+ i18n:attributes="alt; title" /></a>
<a href="item_url" tal:attributes="href item/absolute_url"
tal:content="item/Title"> Title </a>
<blockquote tal:condition="exists: item/Description"
@@ -72,7 +72,7 @@
tal:attributes="src string:${item/portal_url}/${item/getIcon};
alt string:${item/Type};
title string:${item/Type}"
- i18n:attributes="alt title" /></a>
+ i18n:attributes="alt; title" /></a>
<a href="item_url" tal:attributes="href item/absolute_url"
tal:content="item/Title"> Title </a>
<blockquote tal:condition="exists: item/Description"
@@ -108,7 +108,7 @@
tal:attributes="src string:${item/portal_url}/${item/getIcon};
alt string:${item/Type};
title string:${item/Type}"
- i18n:attributes="alt title" /></a>
+ i18n:attributes="alt; title" /></a>
<a href="item_url" tal:attributes="href item/absolute_url"
tal:content="item/TitleOrId"> Title </a>
<blockquote tal:condition="exists: item/Description"
More information about the CMF-checkins
mailing list