[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/XUL - 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/XUL
In directory cvs.zope.org:/tmp/cvs-serv8699/lib/python/Zope/App/OFS/Content/Folder/Views/XUL
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/XUL/limit.pt 1.1.4.2 => 1.1.4.3 ===
<box tal:repeat="fieldView python:view.getFieldViews(request)">
<label control="some-text" value="Label"
- tal:attributes="value python: fieldView.getContext().getValue('title')" />
+ tal:attributes="value python: fieldView.context.getValue('title')" />
<textbox tal:replace="structure fieldView/render" />
</box>