[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/Browser - ComponentConfigItemEdit.pt:1.1.2.2
Marius Gedminas
mgedmin@codeworks.lt
Wed, 11 Dec 2002 07:19:02 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/Browser
In directory cvs.zope.org:/tmp/cvs-serv28802/lib/python/Zope/App/OFS/Services/Browser
Modified Files:
Tag: named-component-configuration-branch
ComponentConfigItemEdit.pt
Log Message:
Add hyperlinks from configuration manager view to the invididual configuration
views
=== Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt 1.1.2.1 => 1.1.2.2 ===
--- Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt:1.1.2.1 Tue Dec 10 14:15:59 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/Browser/ComponentConfigItemEdit.pt Wed Dec 11 07:19:02 2002
@@ -1,8 +1,11 @@
<div metal:use-macro="view/generated_form/macros/formbody">
<h5 metal:fill-slot="heading">
+ <a href="configure/42"
+ tal:attributes="href context/@@absolute_url">
<span tal:replace="context/name">Foo</span>
<span tal:replace="context/label">Service</span>
+ </a>
</h5>
<table>