[CMF-checkins] CVS: CMF/CMFCollector/skins/collector - collector_macros.pt:1.17
Ken Manheimer
klm@zope.com
Wed, 24 Oct 2001 16:26:13 -0400
Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv2103
Modified Files:
collector_macros.pt
Log Message:
Cosmetics (but getting rid of arcane "=>" symbology)
=== CMF/CMFCollector/skins/collector/collector_macros.pt 1.16 => 1.17 ===
<tr tal:condition="here/assigned_to">
- <td>Assigned to:</td>
+ <td align="right">Assigned:</td>
<td colspan="3">
<span tal:content="python: ', '.join(here.assigned_to())">
SUPPORTERS</span>
@@ -296,8 +296,8 @@
found python: len(items)">
<b>
<span tal:condition="python: batch.start != batch.end"
- tal:replace="python: '%s=>%s of'
- % (batch.start, batch.end)">X=>X of</span>
+ tal:replace="python: '%s to %s of'
+ % (batch.start, batch.end)">X to X of</span>
<span tal:condition="python: batch.start == batch.end"
tal:replace="python: '%s of'
% (batch.start)">X of</span>