[Zope3-checkins] CVS: Products3/z3checkins - message_part.pt:1.5
Marius Gedminas
mgedmin@codeworks.lt
Tue, 15 Apr 2003 09:23:16 -0400
Update of /cvs-repository/Products3/z3checkins
In directory cvs.zope.org:/tmp/cvs-serv22225
Modified Files:
message_part.pt
Log Message:
Apparently @@/foo and ++resource++foo are not always equivalent.
=== Products3/z3checkins/message_part.pt 1.4 => 1.5 ===
--- Products3/z3checkins/message_part.pt:1.4 Tue Apr 15 08:56:59 2003
+++ Products3/z3checkins/message_part.pt Tue Apr 15 09:23:16 2003
@@ -1,10 +1,10 @@
<div class="message">
<img tal:condition="view/core"
- class="icon" src="@@/zope3.png" alt="Z3" title="Zope 3 core"/>
+ class="icon" src="++resource++zope3.png" alt="Z3" title="Zope 3 core"/>
<img tal:condition="not: view/core"
- class="icon" src="@@/product.png" alt="Product" title="Zope 3 product"/>
+ class="icon" src="++resource++product.png" alt="Product" title="Zope 3 product"/>
<img tal:condition="context/branch"
- class="icon" src="@@/branch.png" alt="Branch"
+ class="icon" src="++resource++branch.png" alt="Branch"
tal:attributes="title string:Branch: ${context/branch}"/>
<a target="_content" class="title" tal:attributes="href context/@@absolute_url">
<span class="date" tal:content="context/date/@@isodatetime" />: