From: x2003bruneau Date: Mon, 24 Jul 2006 09:10:43 +0000 (+0000) Subject: Use icons instead of *, o or # for ML details X-Git-Tag: xorg/0.9.11~285 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=865d46260711581e7befe46d8677f5402f0dd6ae;p=platal.git Use icons instead of *, o or # for ML details Private ml = weather_cloudy (fun ?) git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@621 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/images/icons/weather_cloudy.gif b/htdocs/images/icons/weather_cloudy.gif new file mode 100644 index 0000000..a1d2be9 Binary files /dev/null and b/htdocs/images/icons/weather_cloudy.gif differ diff --git a/templates/listes/listes.inc.tpl b/templates/listes/listes.inc.tpl index 9f32d84..a752194 100644 --- a/templates/listes/listes.inc.tpl +++ b/templates/listes/listes.inc.tpl @@ -22,6 +22,7 @@ + @@ -32,8 +33,13 @@ {foreach from=$listes item=liste} {if $liste.priv eq $priv} +
Liste Description Diff.
+ {if $liste.own} + {icon name=wrench title="Modérateur"} + {/if} + - {$liste.list}{if $liste.own} *{/if} + {$liste.list} {$liste.desc} diff --git a/templates/xnetlists/index.tpl b/templates/xnetlists/index.tpl index 23eaca2..ddd4df6 100644 --- a/templates/xnetlists/index.tpl +++ b/templates/xnetlists/index.tpl @@ -51,6 +51,8 @@ croix verte te permet de t'inscrire, apr + + @@ -61,8 +63,18 @@ croix verte te permet de t'inscrire, apr {foreach from=$listes item=l} + +
{icon name=wrench title="Modérateur"}{icon name=weather_cloudy title="Liste privée"} Liste Description Diffusion
+ {if $l.own} + {icon name=wrench title="Modérateur"} + {/if} + + {if $l.priv} + {icon name=weather_cloudy title="Liste privée"} + {/if} + {icon name=email title="mail"} - {$l.list} {if $l.priv}#{/if}{if $l.own}o{/if} + {$l.list} {$l.desc} @@ -86,8 +98,8 @@ croix verte te permet de t'inscrire, apr

-o: tu es {if $smarty.session.femme}modératrice{else}moderateur{/if} sur cette liste
-#: 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
+{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.