[CMF-checkins] CVS: Products/CMFDefault/skins/zpt_generic -
main_template.pt:1.13
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Aug 3 09:33:04 EDT 2004
Update of /cvs-repository/Products/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv5142/CMFDefault/skins/zpt_generic
Modified Files:
main_template.pt
Log Message:
- replaced action/name by action/title
=== Products/CMFDefault/skins/zpt_generic/main_template.pt 1.12 => 1.13 ===
--- Products/CMFDefault/skins/zpt_generic/main_template.pt:1.12 Fri Jun 4 05:47:12 2004
+++ Products/CMFDefault/skins/zpt_generic/main_template.pt Tue Aug 3 09:33:04 2004
@@ -113,7 +113,7 @@
<td class="ActionLink" align="right">
<tal:span tal:repeat="action user_actions"
><a href="" tal:attributes="href action/url"
- tal:content="action/name" i18n:translate="">Login</a
+ tal:content="action/title" i18n:translate="">Login</a
><tal:span tal:condition="not: repeat/action/end"> |</tal:span></tal:span>
<tal:span tal:condition="nothing"
><a href="">Join</a></tal:span> </td>
@@ -173,7 +173,7 @@
<span tal:repeat="action object_actions">
<a href=""
tal:attributes="href action/url"
- tal:content="action/name"
+ tal:content="action/title"
i18n:translate="">View</a><br />
</span>
@@ -205,7 +205,7 @@
<span tal:repeat="action workflow_actions">
<a href="content_submit_form"
tal:attributes="href action/url"
- tal:content="action/name"
+ tal:content="action/title"
i18n:translate="">Submit</a><br />
</span>
</td>
@@ -219,7 +219,7 @@
<span tal:repeat="action folder_actions">
<a href="../folder_contents"
tal:attributes="href action/url"
- tal:content="action/name"
+ tal:content="action/title"
i18n:translate="">Folder contents</a><br />
</span>
</td>
@@ -233,7 +233,7 @@
<span tal:repeat="action global_actions">
<a href="undo_form"
tal:attributes="href action/url"
- tal:content="action/name"
+ tal:content="action/title"
i18n:translate="">Undo</a><br />
</span>
</td>
More information about the CMF-checkins
mailing list