[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/Browser - ComponentConfigItemEdit.pt:1.1.2.4

Marius Gedminas mgedmin@codeworks.lt
Wed, 11 Dec 2002 11:40:41 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/Browser
In directory cvs.zope.org:/tmp/cvs-serv22237

Modified Files:
      Tag: named-component-configuration-branch
	ComponentConfigItemEdit.pt 
Log Message:
Replace context/@@absolute_url with views/absolute_url

=== Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt 1.1.2.3 => 1.1.2.4 ===
--- Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt:1.1.2.3	Wed Dec 11 11:40:00 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt	Wed Dec 11 11:40:41 2002
@@ -15,7 +15,7 @@
        <a href="."
           tal:content="context/componentPath"
           tal:define="service context/getComponent"
-          tal:attributes="href views/absolute_url"
+          tal:attributes="href service/@@absolute_url"
           >Foo</a>
       </td>
     </tr>