Tuesday 17 October 2006 7:53:07 am
I'm not sure I understand. I've created an overide for the design/admin/templates/node/view/line.tpl template. In it I've included the following.
{if eq({$node.class_identifier, 'image')}
<a href={$node_url|ezurl} title="{'Node ID: %node_id Visibility: %node_visibility'|i18n( 'design/admin/node/view/line',, hash( '%node_id', $node.node_id, '%node_visibility', $node.hidden_status_string ) )}">{/section}{$node_name|wash}
{attribute_view_gui attribute=$node.item.data_map.image image_class=small}
</a>
{/if}
But this doesn't seem to work. Can somebody point me in the right direction. Thanks
|