[Checkins] SVN: zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt Attribute and Method displays were not useful and did not work in Zope2, so I removed them for the time

Lennart Regebro regebro at gmail.com
Tue Jul 22 13:44:16 EDT 2008


Log message for revision 88719:
  Attribute and Method displays were not useful and did not work in Zope2, so I removed them for the time 
  being.
  

Changed:
  U   zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt

-=-
Modified: zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt
===================================================================
--- zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt	2008-07-22 17:44:07 UTC (rev 88718)
+++ zope.introspectorui/trunk/src/zope/introspectorui/infoprovider_templates/object.pt	2008-07-22 17:44:15 UTC (rev 88719)
@@ -12,21 +12,3 @@
     <td tal:content="context/getFile"/>
   </tr>
 </table>
-
-<h3>Attributes</h3>
-<table>
-  <tr tal:repeat="attribute context/getAttributes">
-    <td>Name:</td>
-    <td tal:content="attribute/id"/>
-    <td>Value:</td>
-    <td tal:content="nocall: attribute/value"/>
-  </tr>
-</table>
-
-<h3>Methods</h3>
-<table>
-  <tr tal:repeat="attribute context/getMethods">
-    <td>Name:</td>
-    <td tal:content="attribute/id"/>
-  </tr>
-</table>



More information about the Checkins mailing list