[Zope] How to edit manage_page_footer?
Richard Jones
rjones@ekit-inc.com
Tue, 9 Apr 2002 15:35:21 +1000
On Tue, 9 Apr 2002 15:24, Joshua Newman wrote:
> How can I put a button or a link that allows a newbie manager to return to
> the site from the management interface?
>
>
>
> I tried adding my own 'manage_page_footer' to the subdirectory, but
> zope won't let me do that.
You'll have to override the method on-disk. This means either overriding it
in your on-disk python product application, or by editing
/lib/python/App/dtml/manage_page_footer.dtml
Remember that if you're not running Zope in debug mode, you'll need to
restart Zope after you edit that file.
Richard