12 Dec
2003
12 Dec
'03
11:59 p.m.
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