Add list header in moderation page
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 29 Oct 2006 09:27:00 +0000 (09:27 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 29 Oct 2006 09:27:00 +0000 (09:27 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1035 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/listes/moderate_mail.tpl

index b8d4994..140b852 100644 (file)
@@ -20,6 +20,7 @@
 {*                                                                        *}
 {**************************************************************************}
 
+{include file="listes/header_listes.tpl"}
 
 <h1>
   Propriétés du mail en attente
@@ -63,7 +64,7 @@
 {if $mail.parts_html|@count}
 <table class='bicol' cellpadding='0' cellspacing='0'>
   {foreach from=$mail.parts_html item=part key=i}
-  <tr><th>Partie n°{$i}</th></tr>
+  <tr><th>Partie n°{$i} (Le texte original est formaté en HTML)</th></tr>
   <tr class='{cycle values="impair,pair"}'>
     <td><tt>{$part|qpd|clean_html|nl2br}</tt></td>
   </tr>