Adds the possibility to forge an url linking to a profile page from networking addresses
[platal.git] / templates / xnetgrp / announce-admin.tpl
index ce94493..1e4ee15 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2007 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2008 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 {*                                                                        *}
 {**************************************************************************}
 
-<h1>{$asso.nom} : Administration des announces</h1>
+<h1>{$asso.nom}&nbsp;: Administration des announces</h1>
 
 <table class="bicol">
   <tr>
     <th>Titre</th>
-    <th>Péremption</th>
+    <th>Péremption</th>
     <th></th>
   </tr>
   {iterate item=art from=$articles}
   <tr>
     <td colspan="3" class="center">
       <a href="{$platal->ns}announce/new">
-        {icon name=add title="Nouvelle annonce"} Ecrire une nouvelle annonce
+        {icon name=add title="Nouvelle annonce"} Écrire une nouvelle annonce.
       </a>
     </td>
   </tr>
 </table>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}