Changeset 563

Show
Ignore:
Timestamp:
10/09/06 13:14:57
Author:
mylan
Message:

Make some improvements in SimpleBlog_makros.

Files:

Legend:

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

    r562 r563  
    151151                          entryDescription obj/Description; 
    152152                          entryDiggTopic obj/getDiggTopic; 
    153                           encodeURLData python:modules['Products.SimpleBlog.util'].encodeURLData;" 
    154               tal:omit-tag=""> 
     153                          encodeURLData python:modules['Products.SimpleBlog.util'].encodeURLData;"> 
    155154                <span tal:condition="isDeliciousEnaled | obj/isDeliciousEnabled"> 
    156155                   <a href="" 
     
    404403                                        end python:DateTime(begEndTimes[1].strftime('%m/%d/%y')).ISO(); 
    405404                                        pss python:modules['Products'].PythonScripts.standard" tal:omit-tag=""> 
    406                       <a href="" tal:attributes="href python:here.absolute_url()+'/SimpleBlogDaySearch?startdate=%s'%(pss.url_quote(end))"> 
     405                      <a href="" tal:attributes="href python:fp.absolute_url()+'/SimpleBlogDaySearch?startdate=%s'%(pss.url_quote(end))"> 
    407406                        <span tal:replace="python: daynumber or default">&nbsp;</span> 
    408407                      </a>