[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser - services_bindings.pt:1.1.2.5
Gary Poster
garyposter@earthlink.net
Wed, 17 Apr 2002 15:30:26 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv6522
Modified Files:
Tag: Zope-3x-branch
services_bindings.pt
Log Message:
Restoring the "string" TAL rather than the "python" TAL that I had put in for testing.
=== Zope3/lib/python/Zope/App/OFS/ServiceManager/Views/Browser/services_bindings.pt 1.1.2.4 => 1.1.2.5 ===
<td tal:content="service/name">Name</td>
<td>
- <select tal:attributes="name python:'boundService.%(name)s:record' % service">
+ <select tal:attributes="name string:boundService.${service/name}:record">
<option tal:repeat="available service/services"
tal:attributes="value available;
selected python:service['bound'] == available or None"