[Zope3-checkins] CVS: Zope3/src/zope/app/browser - introspector.pt:1.13

Bradley Dean bjdean at unimelb.edu.au
Mon Feb 9 03:32:02 EST 2004


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

Modified Files:
	introspector.pt 
Log Message:
Hooked the 'Interfaces from Object' section of Introspector into
++apidoc++ (this was left out in the recent switch to ++apidoc++)


=== Zope3/src/zope/app/browser/introspector.pt 1.12 => 1.13 ===
--- Zope3/src/zope/app/browser/introspector.pt:1.12	Sat Feb  7 03:58:45 2004
+++ Zope3/src/zope/app/browser/introspector.pt	Mon Feb  9 03:32:00 2004
@@ -182,7 +182,7 @@
           <td>
             <div tal:repeat="interface introspector/getDirectlyProvidedNames"
                   tal:condition="introspector/getDirectlyProvided">
-              <div tal:define="url python: view.getInterfaceURL(interface)">
+              <div tal:define="url string: /++apidoc++/Class/index.html?path=${interface}">
                 <a href=""
                     tal:attributes="href url"
                     tal:content="interface"




More information about the Zope3-Checkins mailing list