Tuesday 24 March 2009 12:54:36 am
Hi; I'd like to add spaces (new lines between fields) to collected information email message, to make it look better. I found the template, just I don't know how to do this.
{set-block scope=root variable=subject}{"Feedback from %1"|i18n("design/ezwebin/collectedinfomail/feedback",,array($collection.object.name|wash))}{/set-block}
{if and( is_set( $object.data_map.recipient ), $object.data_map.recipient.has_content )}
{set-block scope=root variable=email_receiver}{$object.data_map.recipient.content}{/set-block}
{/if}
{* Set this to redirect to another node
{set-block scope=root variable=redirect_to_node_id}2{/set-block}
*}
{"The following feedback was collected"|i18n("design/ezwebin/collectedinfomail/feedback")}:
{foreach $collection.attributes as $attribute}
{$attribute.contentclass_attribute_name|wash()}:
{attribute_result_gui view=info attribute=$attribute}
{/foreach}
I presume I have to put something just after "foreach", but I don't know how to put there "<br />" (next line).
Shiki soku ze ku...
|