[Zope3-checkins] CVS: Products3/z3checkins - message_part.pt:1.4
Marius Gedminas
mgedmin@codeworks.lt
Tue, 15 Apr 2003 08:57:00 -0400
Update of /cvs-repository/Products3/z3checkins
In directory cvs.zope.org:/tmp/cvs-serv16325
Modified Files:
message_part.pt
Log Message:
Don't hardcode resource paths
=== Products3/z3checkins/message_part.pt 1.3 => 1.4 ===
--- Products3/z3checkins/message_part.pt:1.3 Tue Apr 8 13:35:10 2003
+++ Products3/z3checkins/message_part.pt Tue Apr 15 08:56:59 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="@@/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="@@/product.png" alt="Product" title="Zope 3 product"/>
<img tal:condition="context/branch"
- class="icon" src="/@@/branch.png" alt="Branch"
+ class="icon" src="@@/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" />: