[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - services.pt:1.5

Jim Fulton jim@zope.com
Mon, 10 Mar 2003 15:40:15 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv29459

Modified Files:
	services.pt 
Log Message:
Changed the service link to link to the default view for the service.


=== Zope3/src/zope/app/browser/services/services.pt 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/services/services.pt:1.4	Fri Mar  7 20:51:38 2003
+++ Zope3/src/zope/app/browser/services/services.pt	Mon Mar 10 15:40:12 2003
@@ -6,7 +6,6 @@
 
     To add a service, click on the Add Service link at the
     top of this page.
-
     "
     />
 
@@ -34,8 +33,7 @@
               <td>
                 <a href="(link to the active service)"
                    tal:condition="reg/url"
-                   tal:attributes= "href
-                     string:${reg/url}/@@SelectedManagementView.html"
+                   tal:attributes= "href reg/url"
                    tal:content="reg/name">
                   Foobar (the service type)
                 </a>