Merge remote branch 'origin/xorg/maint' into xorg/master
[platal.git] / templates / newsletter / show.tpl
index 3cf8b18..39f83a6 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {**************************************************************************}
 
 <h1 style="clear: both">
-  Lettre de Polytechnique.org du {$nl->_date|date_format}
+  {$issue->nl->name} du {$issue->date|date_format}
 </h1>
 
 <p style="float: left">
   {if $smarty.get.text}
-  [<a href='nl/show/{$nl->id()}'>version HTML</a>]
+  [<a href='nl/show/{$issue->id()}'>version HTML</a>]
   {else}
-  [<a href='nl/show/{$nl->id()}?text=1'>version Texte</a>]
+  [<a href='nl/show/{$issue->id()}?text=1'>version Texte</a>]
   {/if}
-  {if hasPerm('admin')}
-  [<a href='admin/newsletter/edit/{$nl->id()}'>Editer</a>]
+  {if $nl->mayEdit()}
+  [<a href='{$nl->adminPrefix()}/edit/{$issue->id()}'>Éditer</a>]
   {/if}
 </p>
 
-{include file="include/massmailer-nav.tpl" mm=$nl base=nl}
+{include file="include/massmailer-nav.tpl" issue=$issue nl=$nl}
 
 <form method="post" action="{$platal->path}">
   <div class='center' style="clear: both">
 </form>
 
 <table class="bicol">
-  <tr><th>{$nl->title(true)}</th></tr>
+  <tr><th>{$issue->title(true)}</th></tr>
   <tr>
     <td>
-      {include file="newsletter/nl.mail.tpl"}
+      {include file=$nl->tplFile() escape=true}
     </td>
   </tr>
 </table>