[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Image/Views/Browser - edit.pt:1.1.2.5
Steve Alexander
steve@cat-box.net
Sat, 8 Jun 2002 17:50:48 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Image/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv8699/lib/python/Zope/App/OFS/Content/Image/Views/Browser
Modified Files:
Tag: Zope-3x-branch
edit.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/Image/Views/Browser/edit.pt 1.1.2.4 => 1.1.2.5 ===
<tr tal:repeat="fieldView python:view.getFieldViews(request)">
<th class="EditAttributeName"
- tal:content="python: fieldView.getContext().getValue('title')">
+ tal:content="python: fieldView.context.getValue('title')">
Title</th>
<td class="EditAttributeValue"
tal:content="structure fieldView/render"><input />