Add wiki support for PlMailer and use it on emails/send and %grp/mail
[platal.git] / templates / admin / mail_intervention.tpl
index aa5bde4..c1526bf 100644 (file)
 {**************************************************************************}
 
 {config_load file="mails.conf" section="intervention_admin"}
+{if $mail_part eq 'head'}
 {from full=#from#}
 {to addr=#to#}
 {subject text="INTERVENTION de $user"}
+{elseif $mail_part eq 'text'}
 {$query|regex_replace:"/[ \t]+/":" "}
+{/if}
 {* vim:set et sw=2 sts=2 sws=2: *}