Thursday 18 May 2006 11:39:53 am
It is not recommend to edit default eZ publish templates. Use override system instead. Copy the original dir structure and file to your design directory: (yourdesign)/standard/templates/content/datatype/view/ezstring.tpl Then you can safely edit tpl file. Function attribute_view_gui uses template for rendering output from attribute. In case where you need it in one place better use direct access to the attribute content: This will return value from attribute (without new line, no tpl changes required)
{$node.object.data_map.label.data_text|wash()}
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|