[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - main.pt:1.1.2.6
Jim Fulton
jim@zope.com
Mon, 10 Jun 2002 17:02:58 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv30907/Container/Views/Browser
Modified Files:
Tag: Zope-3x-branch
main.pt
Log Message:
Fixed links in contents listings to account for no longer having an
extra step in URLs for views.
=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/main.pt 1.1.2.5 => 1.1.2.6 ===
<td class="ContentTitle">
<a href="subfolder_id"
- tal:attributes="href string:../${info/url}"
+ tal:attributes="href string:${info/url}"
tal:content="info/title"
>Folder Title or ID here</a>
</td>