[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - limit.pt:1.1.4.3
Steve Alexander
steve@cat-box.net
Sat, 8 Jun 2002 17:51:17 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv8699/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
Modified Files:
Tag: Zope-3x-branch
limit.pt
Log Message:
changed getContext in .pt files to context
added second, unused, request argument to Widget's __init__ method.
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/limit.pt 1.1.4.2 => 1.1.4.3 ===
<tr tal:repeat="fieldView python:view.getFieldViews(request)">
<th class="EditAttributeName"
- tal:content="python: fieldView.getContext().getValue('title')">Title</th>
+ tal:content="python: fieldView.context.getValue('title')">Title</th>
<td class="EditAttributeValue"
tal:content="structure fieldView/render"><input />
</td>