Thursday 21 October 2004 11:27:06 am
Hi, I have an overridden template for the file class in my products section. My template contains
<div class="supportLinks">
{attribute_view_gui attribute=$content_version.data_map.file} </div> This is PDF file I am looking at. The {attribute_view_gui .... line prints a link to the file using its name and size. I have traced down where that actually gets printed, ezbinaryfile.tpl.
I want to change what that prints so I thought I would override the line view template specifing the file class and products section. This did not work so I tried to override the embed the same way, again this didn't work.
So what template does {attribute_view_gui attribute=$content_version.data_map.file} call? Thanks
|