add a new compilation plugin named 'icon'
[platal.git] / templates / listes / options.tpl
index 28a2c45..32a4ea9 100644 (file)
@@ -33,7 +33,7 @@ Tu n'es pas administrateur de la liste, mais du site.
   Changer les options de la liste {$details.addr}
 </h1>
 
-<form method='post' action='{$smarty.server.REQUEST_URI}'>
+<form method='post' action='{$platal->pl_self(1)}'>
   <table class='bicol' cellpadding='2' cellspacing='0'>
     <tr><th colspan='2'>Options de la liste {$details.addr}</th></tr>
     <tr class='impair'>
@@ -159,15 +159,15 @@ les X inscrits 
 redirection en mode 'inactif'. le logiciel de mailing list saura se débrouiller tout seul.
 </p>
 
-<form method='post' action='{$smarty.server.REQUEST_URI}'>
+<form method='post' action='{$platal->pl_self(1)}'>
   <table class='tinybicol' cellpadding='2' cellspacing='0'>
     <tr><th>Addresses non modérées</th></tr>
     <tr>
       <td>
         {if $options.accept_these_nonmembers|@count}
         {foreach from=$options.accept_these_nonmembers item=addr}
-        {$addr}<a href='?liste={$smarty.get.liste}&amp;atn_del={$addr}'>
-          <img src='{"images/retirer.gif"|url}' alt='retirer de la whitelist' title="retirer {$addr} de la whitelist" />
+        {$addr}<a href='{$platal->pl_self(1)}&amp;atn_del={$addr}'>
+          {icon name=cross title="retirer de la whitelist"}
         </a><br />
         {/foreach}
         {else}