[Zope] Changing the Appearance of a Local File System
Object
Gabriel Genellina
gagenellina at softlab.com.ar
Fri Dec 12 18:59:32 EST 2003
At 11/12/2003 10:20, you wrote:
>When I view the Local File System object by clicking on the 'View' option
>provided by the management interface, I can see that it contains two File
>objects. What I would like to do is to change the way that these File
>objects are displayed. Specifically, I would like to show only
> certain attributes that these File objects have and hide others. Right
> now, the following attributes are
The 'View' tab is part of the Zope management interface. Why do you want to
hide these attributes inside the ZMI?
At the application level, you can create a Page Template to show the
details you want to show and no more. Use tal:repeat to iterate the files.
Gabriel Genellina
Softlab SRL
More information about the Zope
mailing list