Fix form URL (forgotten file from last commit)
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Jul 2006 19:31:35 +0000 (19:31 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 25 Jul 2006 19:31:35 +0000 (19:31 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@655 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/xnet/groupe/mail.tpl

index facd3e5..b0b8216 100644 (file)
@@ -29,8 +29,8 @@ Ton message peut 
 masculin ou féminin, par son prénom, ou son nom.
 </p>
  
-<form action="{$smarty.server.PHP_SELF}" method="post">
-  <table class='large'>
+<form action="{$platal->ns}mail" method="post">
+  <table class='bicol'>
     <tr>
       <th colspan="2">Ecrire un mail :</th>
     </tr>
@@ -53,7 +53,7 @@ masculin ou f
     </tr>
     <tr valign="top">
       <td style='padding-left: 1em' class='titre'>
-        *&nbsp;<em>annuaire</em>
+        <em>annuaire</em>
       </td>
       <td>
         <input type="checkbox" name="membres" value="1" {if $smarty.request.membres}checked="checked"{/if} />
@@ -64,7 +64,7 @@ masculin ou f
     {foreach from=$listes item=l}
     <tr>
       <td style='padding-left: 1em' class='titre'>
-        *&nbsp;{$l.list}
+        {$l.list}
       </td>
       <td>
         <input type="checkbox" name="ml[{$l.list}]" value="1" {if $smarty.request.ml[$l.list]}checked="checked"{/if} />