force evts mail list to be in BCC
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 19 Nov 2005 19:17:08 +0000 (19:17 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 19 Nov 2005 19:17:08 +0000 (19:17 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@160 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/xnet/groupe/evt-admin.tpl

index 2c7d187..f93d485 100644 (file)
@@ -28,7 +28,9 @@ L'
 
 {if $evt.participant_list}
 <p class="center">
-[<a href="mailto:{$evt.short_name}-participants@evts.polytechnique.org">envoyer un mail à ceux qui viennent</a>] - [<a href="mailto:{$evt.short_name}-absents@evts.polytechnique.org">envoyer un mail aux membres non inscrits</a>]
+[<a href="mailto:?bcc={$evt.short_name}-participants@evts.polytechnique.org">envoyer un mail à ceux qui viennent</a>]
+-
+[<a href="mailto:?bcc={$evt.short_name}-absents@evts.polytechnique.org">envoyer un mail aux membres non inscrits</a>]
 </p>
 {/if}