Changeset 1033

Show
Ignore:
Timestamp:
02/01/08 02:53:40
Author:
piv
Message:

fixed silositemap_view

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qSiloGroup/trunk/HISTORY.txt

    r994 r1033  
     10.4.1 
     2 
     3  * fixed silositemap_view template, bad link for link object 
     4 
    150.4.0 
    26 
  • qSiloGroup/trunk/skins/qSiloGroup/silositemap_view.pt

    r863 r1033  
    3131                <div> 
    3232                  <a tal:condition="item_title" 
    33                      tal:attributes="href string:${silo/absolute_url}/${item/path};
     33                     tal:attributes="href python:test(item['link'], item['path'], silo.absolute_url()+'/'+item['path'])
    3434                     tal:content="item_title|nothing"> 
    3535                     Item Title</a> 
  • qSiloGroup/trunk/version.txt

    r994 r1033  
    1 0.4.0 
     10.4.1