Advertisement
Guest User

collectedinfoemail/feedback.tpl

a guest
Dec 5th, 2011
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.75 KB | None | 0 0
  1. {set-block scope=root variable=subject}{"Kontaktformular Website LET %1"|i18n("design/let/collectedinfomail/form",,array($collection.object.name|wash))}{/set-block}
  2.  
  3. {if and(is_set($object.data_map.form_email_recipient), $object.data_map.form_email_recipient.has_content)}
  4. {set-block scope=root variable=email_receiver}
  5. {$object.data_map.form_email_recipient.content}
  6. {/set-block}
  7. {/if}
  8.  
  9.  
  10. {* Set this to redirect to another node
  11. {set-block scope=root variable=redirect_to_node_id}2{/set-block}
  12.  
  13. *}
  14.  
  15. {"The following information was collected"|i18n("design/let/collectedinfomail/form")}:
  16.  
  17. {foreach $collection.attributes as $attribute}
  18. {$attribute.contentclass_attribute_name|wash}:
  19. {attribute_result_gui view=info attribute=$attribute}
  20.  
  21. {/foreach}
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement