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. _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
checkout the .dtml files of the zope distribution. Are you really sure that you want to customize the ZMI??? Better take a look at CMF/Plone when you need customized templates for content management purposes. -aj --On Dienstag, 4. März 2003 17:14 +0000 Michael Havard <nhavar@hotmail.com> wrote:
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.
_________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- --------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
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
participants (3)
-
Andreas Jung -
Dieter Maurer -
Michael Havard