Changeset 191
- Timestamp:
- 01/23/06 04:03:47
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
SimpleBlog/trunk/skins/SimpleBlog/SimpleBlog_macros.pt
r190 r191 350 350 tal:attributes="id python:'day%d%0.2d%0.2d' % (year, month, day['day']) " 351 351 tal:condition="day/event"> 352 <div class="date" tal:content="python:here.to PortalTime('%d/%0.2d/%0.2d' % (year, month, day['day']))">352 <div class="date" tal:content="python:here.toLocalizedTime('%d/%0.2d/%0.2d' % (year, month, day['day']))"> 353 353 2001-04-11 354 354 </div> SimpleBlog/trunk/skins/SimpleBlog/portlet_simpleblog.pt
r190 r191 61 61 <span class="discreet" 62 62 tal:define="modificationDate item/ModificationDate; 63 modificationDate python:here.to PortalTime(modificationDate)"63 modificationDate python:here.toLocalizedTime(modificationDate)" 64 64 tal:content="string:(${item/Creator}) $modificationDate"> 65 65 creator 08/19/2001 03:01 AM </span> SimpleBlog/trunk/skins/SimpleBlog/portlet_simpleblogcalendar.pt
r190 r191 96 96 tal:attributes="id python:'day%d%0.2d%0.2d' % (year, month, day['day']) " 97 97 tal:condition="day/event"> 98 <div class="date" tal:content="python:here.to PortalTime('%d/%0.2d/%0.2d' % (year, month, day['day']))">98 <div class="date" tal:content="python:here.toLocalizedTime('%d/%0.2d/%0.2d' % (year, month, day['day']))"> 99 99 2001-04-11 100 100 </div>
