Outputs iso-8859-1 in addresses list as excel cannot open utf-8 csv properly.
[platal.git] / templates / survey / index.tpl
index 1110521..81c3b73 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
     {assign var="has_cs" value="true"}
   {/if}
   {/iterate}
+  {if hasPerm('user')}
   <tr class="impair">
     <td colspan="3" style="text-align: right">
       {if $smarty.session.auth}<a href="survey/edit/new">{icon name=page_edit} Proposer un sondage</a>{/if}
     </td>
   </tr>
+  {/if}
 </table>
 {/if}