[Zope-Checkins] CVS: Zope2 - manage_tabs.dtml:1.6

evan@serenade.digicool.com evan@serenade.digicool.com
Fri, 8 Jun 2001 14:15:57 -0400


Update of /cvs-repository/Zope2/lib/python/App/dtml
In directory serenade:/home/evan/Zope/trunk/lib/python/App/dtml

Modified Files:
	manage_tabs.dtml 
Log Message:
Made meta-type in the management interface of ZClass instances into a link to the ZClass definition.



--- Updated File manage_tabs.dtml in package Zope2 --
--- manage_tabs.dtml	2001/03/21 15:37:27	1.5
+++ manage_tabs.dtml	2001/06/08 18:15:27	1.6
@@ -106,10 +106,15 @@
     <dtml-if icon>
     <img src="&dtml-BASEPATH1;/&dtml-icon;" 
          alt="&dtml-meta_type;" border="0" />
-    <strong>
     </dtml-if>
+    <strong>
     <dtml-if meta_type>
+      <dtml-if class_manage_path>
+    <a href="&dtml-BASEPATH1;&dtml-class_manage_path;"
+       title="Manage the ZClass of this object">&dtml-meta_type;</a>
+      <dtml-else>
     &dtml-meta_type;
+      </dtml-if>
     <dtml-else>
     Object
     </dtml-if>