Use icons instead of *, o or # for ML details
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 09:10:43 +0000 (09:10 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 09:10:43 +0000 (09:10 +0000)
Private ml = weather_cloudy (fun ?)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@621 839d8a87-29fc-0310-9880-83ba4fa771e5

htdocs/images/icons/weather_cloudy.gif [new file with mode: 0644]
templates/listes/listes.inc.tpl
templates/xnetlists/index.tpl

diff --git a/htdocs/images/icons/weather_cloudy.gif b/htdocs/images/icons/weather_cloudy.gif
new file mode 100644 (file)
index 0000000..a1d2be9
Binary files /dev/null and b/htdocs/images/icons/weather_cloudy.gif differ
index 9f32d84..a752194 100644 (file)
@@ -22,6 +22,7 @@
 
 <table class='bicol' cellpadding='0' cellspacing='0'>
   <tr>
+    <th></th>
     <th>Liste</th>
     <th>Description</th>
     <th>Diff.</th>
   {foreach from=$listes item=liste}
   {if $liste.priv eq $priv}
   <tr class='{cycle values="impair,pair"}'>
+    <td width="16px">
+      {if $liste.own}
+      {icon name=wrench title="Modérateur"}
+      {/if}
+    </td>
     <td>
-      <a href='{$platal->ns}lists/members/{$liste.list}'>{$liste.list}{if $liste.own}&nbsp;*{/if}</a> 
+      <a href='{$platal->ns}lists/members/{$liste.list}'>{$liste.list}</a> 
     </td>
     <td>{$liste.desc}</td>
     <td class='center'>
index 23eaca2..ddd4df6 100644 (file)
@@ -51,6 +51,8 @@ croix verte te permet de t'inscrire, apr
 
 <table cellpadding="0" cellspacing="0" class='large'>
   <tr>
+    <th>{icon name=wrench title="Modérateur"}</th>
+    <th>{icon name=weather_cloudy title="Liste privée"}</th>
     <th>Liste</th>
     <th>Description</th>
     <th>Diffusion</th>
@@ -61,8 +63,18 @@ croix verte te permet de t'inscrire, apr
   {foreach from=$listes item=l}
   <tr>
     <td>
+      {if $l.own}
+      {icon name=wrench title="Modérateur"}
+      {/if}
+    </td>
+    <td>
+      {if $l.priv}
+      {icon name=weather_cloudy title="Liste privée"}
+      {/if}
+    </td>
+    <td>
       <a href="mailto:{$l.list}@{$asso.mail_domain}">{icon name=email title="mail"}</a>
-      <a href='{$platal->ns}lists/members/{$l.list}'>{$l.list} {if $l.priv}<sup>#</sup>{/if}{if $l.own}<sup>o</sup>{/if}</a>
+      <a href='{$platal->ns}lists/members/{$l.list}'>{$l.list}</a>
     </td>
     <td>{$l.desc}</td>
     <td class='center'>
@@ -86,8 +98,8 @@ croix verte te permet de t'inscrire, apr
 </table>
 
 <p class="descr">
-<sup>o</sup>: tu es {if $smarty.session.femme}modératrice{else}moderateur{/if} sur cette liste<br />
-<sup>#</sup>: cette liste est invisible aux non-membres de la liste. S'en désabonner
+{icon name=wrench title="Modérateur"} tu es {if $smarty.session.femme}modératrice{else}moderateur{/if} sur cette liste<br />
+{icon name=weather_cloudy title="Liste privée"} cette liste est invisible aux non-membres de la liste. S'en désabonner
 t'empêcherait de t'y réabonner par la suite sans l'aide d'un administrateur.
 </p>