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

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


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

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.2 => 1.1.2.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt:1.1.2.2	Wed Dec 11 07:19:02 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt	Wed Dec 11 11:40:00 2002
@@ -2,7 +2,7 @@
 
   <h5 metal:fill-slot="heading">
     <a href="configure/42"
-       tal:attributes="href context/@@absolute_url">
+       tal:attributes="href views/absolute_url">
       <span tal:replace="context/name">Foo</span>
       <span tal:replace="context/label">Service</span>
     </a>
@@ -15,7 +15,7 @@
        <a href="."
           tal:content="context/componentPath"
           tal:define="service context/getComponent"
-          tal:attributes="href service/@@absolute_url"
+          tal:attributes="href views/absolute_url"
           >Foo</a>
       </td>
     </tr>