3 May
2007
3 May
'07
7:57 p.m.
----- Original Message ----- From: "rieh25" <robertoedwins@gmail.com> To: <zope@zope.org> Sent: Thursday, May 03, 2007 3:14 PM Subject: Re: [Zope] Modify contents of a page template through a python script
The reason why I need this is because I'm working in an application that controls various aspects of applications (menu's, security, forms, etc.), and wanted to automatically generate zpt's too. But I do need to alter the actual zpt's (that way they are customizable through variables, in regards to aspects that are extraneous to the functionality of my application).
Have a look at the pt_editAction method of Products.PageTemplates module. Jonathan