[Zope-CVS] CVS: Products/ExternalEditor - manage_tabs.dtml:1.2

Casey Duncan casey at zope.com
Tue Jul 13 16:00:49 EDT 2004


Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv5592

Modified Files:
	manage_tabs.dtml 
Log Message:
Just omit the EE link in the ZMI breadcrumbs if an error occurs. ExternalMethod managment screens break otherwise.


=== Products/ExternalEditor/manage_tabs.dtml 1.1 => 1.2 ===
--- Products/ExternalEditor/manage_tabs.dtml:1.1	Tue Jul 13 10:36:13 2004
+++ Products/ExternalEditor/manage_tabs.dtml	Tue Jul 13 16:00:49 2004
@@ -134,7 +134,10 @@
               (<em>&dtml-locked_in_version;</em>)
       </dtml-if>
     </dtml-if>
-    <dtml-var expr="externalEditLink_(this())">
+    <dtml-try>
+        <dtml-var expr="externalEditLink_(this())">
+    <dtml-except>
+    </dtml-try>
     <dtml-if wl_isLocked>
      <img src="&dtml-BASEPATH1;/p_/davlocked"
       alt="This item has been locked by WebDAV"



More information about the Zope-CVS mailing list