Hi, ----- Original Message ----- From: "Jochen Knuth" <J.Knuth@ipro.de> To: "Andrew Diller" <dillera@isc.upenn.edu> Cc: <zope@zope.org> Sent: Monday, February 21, 2000 2:15 PM Subject: Re: [Zope] View html source of _manage_
I still need some pointers to where the source html is from the default manage 'tab' is.
here is a url:
http://xxx.upenn.edu:8080/projects/Rebuild_Bleep/propertysheets/Instance Constants/manage
it is defined in Zope/lib/python/ZClasses/views.dtml
sorry, this is the definition of the views-tab-form. The properties form is definded in Zope/lib/python/OFS/properties.dtml
You can change the used form from the views tab. You can add a new tab or you can change the method for 'Properties ' to your new DTML Method.
Ciao, Jochen --