5 Mar
2003
5 Mar
'03
7:16 p.m.
Michael Havard wrote at 2003-3-4 17:14 +0000:
What files can be edited to change the ZMI. Does this have to be done from the file system or can it be done from within the ZMI itself.
I want to be able to change some of the styling, logo, label placement, etc.
They live in "dtml" subdirectories for the various Zope packages, e.g. "OFS/dtml" (for the primary site building object types", "App/dtml" for application management, "AccessControl/dtml" for security related pages.... Currently, you must customize at the file system level. But you can design your templates differently.... Dieter