From 865d46260711581e7befe46d8677f5402f0dd6ae Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Mon, 24 Jul 2006 09:10:43 +0000 Subject: [PATCH] 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 --- htdocs/images/icons/weather_cloudy.gif | Bin 0 -> 1084 bytes templates/listes/listes.inc.tpl | 8 +++++++- templates/xnetlists/index.tpl | 18 +++++++++++++++--- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 htdocs/images/icons/weather_cloudy.gif diff --git a/htdocs/images/icons/weather_cloudy.gif b/htdocs/images/icons/weather_cloudy.gif new file mode 100644 index 0000000000000000000000000000000000000000..a1d2be9fe9874ea16a0cde150b4d632bf5a95942 GIT binary patch literal 1084 zcmb`GU1-x#6vt2N+WN7r(QZ{{2bmw;gl_9LgbqdAqWf?n-574}sa;x|!PbQ|n-%s@ zoI+n58H(-1hv;C;Px2&rk~}C>*h4@ZL54)|A&-TDRCL698)YC4eejTb^SkGqd;ZC} zNpF8os543c0q+5uzDh(Qk)j$&r_(IU>bkCJno)?zvSi4Fm=_F*&?Q1sMTTLr*{q@{ zq9|rE89@+AYQ!*%qD&YC#*j&AHDA)Rs;WwoRMIm=bg4|S5SAoSktIbIWmzsDQ>20- zsxo5~SXB}7d9+I?X-rW|myCQ-9W6iCKTQo^D{KJm&|rS=r>LRc?%uXwTRVV#Ey}W! zc2r|3$#ck0j$RofUF+b2LssD^onpJf;fp)Vd|3xn8{l0tuC;UCA0w3<5(Kc-plD6P z;wH@F7N5p^jc0k36UIz4(HLShAixa|QHTY^)d`D5%;OeIm}lt(-m4%ECe7GH5-o~o z5sJlAG-?1A<7t*dN%jYbn{fls9T`6WaHbw$*V?vkECujv1>m56+t-9zRXYM8cWnDM z2g^;ddDl``J5ZyM*($pM93M?{(+}Xf1F$8S=C?*cKK)*)b>p98yp-P3HH$EU&Crv zd0!nBotzlwqI^6?;tz(Jo}A`VY?O|d!~bvM<7sp#0Ms;lotsE7JlTc5uQ(E%VrTd` z7a;qSbW4D24+c+`RReg&KP))s&MvWifx38Zx$W)nk;PoTyMgw#4r(iJjF#F~H=}>J zd3R|&cO?_2fxa{lN0pHK$^H3Z?Qa5&udOBcG})DQOz24DaH literal 0 HcmV?d00001 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.

-- 2.1.4