[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser - services_bindings.pt:1.1.2.3
Steve Alexander
steve@cat-box.net
Mon, 1 Apr 2002 04:53:26 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/ServiceManager/Views/Browser
Modified Files:
Tag: Zope-3x-branch
services_bindings.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/ServiceManager/Views/Browser/services_bindings.pt 1.1.2.2 => 1.1.2.3 ===
<table>
<tr><th>Name</th><th>boundService</th></tr>
- <tr tal:repeat="service container/getServicesTable">
+ <tr tal:repeat="service view/getServicesTable">
<td tal:content="service/name">Name</td>
<td>
<select tal:attributes="name string:boundService.${service/name}:record">