Changeset 191

Show
Ignore:
Timestamp:
01/23/06 04:03:47
Author:
chervol
Message:

got rid of toPortalTime

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • SimpleBlog/trunk/skins/SimpleBlog/SimpleBlog_macros.pt

    r190 r191  
    350350             tal:attributes="id python:'day%d%0.2d%0.2d' % (year, month, day['day']) " 
    351351             tal:condition="day/event"> 
    352              <div class="date" tal:content="python:here.toPortalTime('%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']))"> 
    353353             2001-04-11 
    354354             </div> 
  • SimpleBlog/trunk/skins/SimpleBlog/portlet_simpleblog.pt

    r190 r191  
    6161                      <span class="discreet" 
    6262                            tal:define="modificationDate item/ModificationDate; 
    63                                   modificationDate python:here.toPortalTime(modificationDate)" 
     63                                  modificationDate python:here.toLocalizedTime(modificationDate)" 
    6464                            tal:content="string:(${item/Creator}) $modificationDate"> 
    6565                          creator   08/19/2001 03:01 AM </span> 
  • SimpleBlog/trunk/skins/SimpleBlog/portlet_simpleblogcalendar.pt

    r190 r191  
    9696             tal:attributes="id python:'day%d%0.2d%0.2d' % (year, month, day['day']) " 
    9797             tal:condition="day/event"> 
    98              <div class="date" tal:content="python:here.toPortalTime('%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']))"> 
    9999             2001-04-11 
    100100             </div>