1 Feb
2005
1 Feb
'05
6:23 p.m.
Hoang-Vu PHUNG wrote at 2005-1-31 23:43 +0100:
I found the file manage_page_style.css.dtml (among other style sheets) under <Zope installation dir>/lib/python/App/dtml which I suspect is the same when I type /manage_page_style.css in the browser.
Is there somewhere in the documentation that says the connection / convention between the stylesheet and its location.
The resources are usually defined in the package that uses them -- often in subdirectories called "dtml" or "www". "App" is the package that implements large parts of the Zope Management Interface. Therefore, you find "manage_page_style.css" their. -- Dieter