[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser - ServiceConfigEditPart.pt:1.4
Jim Fulton
jim@zope.com
Thu, 5 Dec 2002 14:25:28 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser
In directory cvs.zope.org:/tmp/cvs-serv7502
Modified Files:
ServiceConfigEditPart.pt
Log Message:
Fixed to use getComponent.
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/ServiceConfigEditPart.pt 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/ServiceConfigEditPart.pt:1.3 Sun Dec 1 05:27:03 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/Browser/ServiceConfigEditPart.pt Thu Dec 5 14:25:27 2002
@@ -11,7 +11,7 @@
<td>
<a href="."
tal:content="context/componentPath"
- tal:define="service context/getService"
+ tal:define="service context/getComponent"
tal:attributes="href service/@@absolute_url"
>Foo</a>
</td>