[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container/Views/Browser - add.pt:1.1.2.2 main.pt:1.1.2.3
Steve Alexander
steve@cat-box.net
Mon, 1 Apr 2002 04:53:10 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Container/Views/Browser
Modified Files:
Tag: Zope-3x-branch
add.pt main.pt
Log Message:
Changed here -> context and container -> view
as described in http://collector.zope.org/Zope3-dev/43
=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/add.pt 1.1.2.1 => 1.1.2.2 ===
(may be None)
-->
- <tbody tal:repeat="info container/listAddableInfo">
+ <tbody tal:repeat="info view/listAddableInfo">
<tr>
=== Zope3/lib/python/Zope/App/OFS/Container/Views/Browser/main.pt 1.1.2.2 => 1.1.2.3 ===
(may be None)
-->
- <tr tal:repeat="info container/listContentInfo">
+ <tr tal:repeat="info view/listContentInfo">
<td class="ContentSelect">
<input type="checkbox" name="ids:list" value="id"