[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser - edit.pt:1.1.2.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/File/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv8699/lib/python/Zope/App/OFS/Content/File/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/File/Views/Browser/edit.pt 1.1.2.2 => 1.1.2.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>