Friday 09 January 2004 1:03:23 am
When using attribute_view_gui, you're calling up the template for the datatype that is used to represent some data within the content object that you're accessing. In this case, the system is probably accessing the view template for the ezbinaryfile datatype. This template is located here: /design/standard/template/class/datatype/view/ezbinaryfile.tpl You should make your own ezbinaryfile.tpl and place it inside your design (simply copy the one from the standard design and remove the printout of the size); /design/my_design/template/class/datatype/view/ezbinaryfile.tpl The ezbinaryfile.tpl includes the code which demonstrates how to print out the filesize. Cheers! Balazs
|