New evolutive marketing engine
[platal.git] / templates / admin / valider.tpl
index 4d23082..d98d67d 100644 (file)
@@ -27,7 +27,7 @@
 
 {counter print=false start=0 assign=hidden}
 
-{iterate item=valid from=$vit|smarty:nodefaults}
+{iterate item=valid from=$vit}
 {assign var=type value=$valid->type}
 {if !$hide_requests[$type]}
 <br />
@@ -39,7 +39,7 @@
     <td class="titre" style="width: 20%">Demandeur&nbsp;:</td>
     <td>
       <a href="profile/{$valid->bestalias}" class="popup2">
-        {$valid->prenom} {$valid->nom} (X{$valid->promo})
+        {$valid->prenom|utf8_encode} {$valid->nom|utf8_encode} (X{$valid->promo})
       </a>
     </td>
   </tr>