From bf8206c7bd7d9bf217674299588dacd5fea338f6 Mon Sep 17 00:00:00 2001
From: x2000habouzit
Date: Sun, 23 Jul 2006 16:45:25 +0000
Subject: [PATCH] flag -> flag_orange
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@602 839d8a87-29fc-0310-9880-83ba4fa771e5
---
htdocs.net/images/flag.png | 1 -
htdocs/images/flag.png | Bin 745 -> 0 bytes
htdocs/images/icons/flag_orange.gif | Bin 0 -> 581 bytes
templates/listes/index.tpl | 2 +-
templates/listes/listes.inc.tpl | 2 +-
templates/xnetlists/index.tpl | 2 +-
6 files changed, 3 insertions(+), 4 deletions(-)
delete mode 120000 htdocs.net/images/flag.png
delete mode 100644 htdocs/images/flag.png
create mode 100644 htdocs/images/icons/flag_orange.gif
diff --git a/htdocs.net/images/flag.png b/htdocs.net/images/flag.png
deleted file mode 120000
index f5da5a7..0000000
--- a/htdocs.net/images/flag.png
+++ /dev/null
@@ -1 +0,0 @@
-../../htdocs/images/flag.png
\ No newline at end of file
diff --git a/htdocs/images/flag.png b/htdocs/images/flag.png
deleted file mode 100644
index 3240b29d5c73c3c783d9352d4cf0aefff0c5f4b8..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 745
zcmVz@;j(q!3lK=n!AY({UO#lFTB>(_`g8%^e{{R4h=>PzA
zFaQARU;qF*m;eA5Z<1fdMgRZ;Ur9tkRCwBA{Qv(y10y3N13Ea(z!1Qus94WyXJ^2~
z$H(vwD0YA8(gV)#-Z{e5fb@a@KmZ{as0J9^wX^&G|Mcnq|IeI(3~%0GV4aW?&}aDg
z_c_D`Nci!qR}5bn7$$-ZzybgQ2yBRM;k6I%-hQ3P!StEootZF(As>N(oDPgJ1{?q&
zfZ(z7?=QoI=NFHC;Bhf$c*pt?VF=I_-+%mIzy|;V2yTc)^|cSLUjHg&`gE7!S)d*R
z!~6GO{OQXVh8sVBZop>9eahW)b`80PmPr3rMsAPf*d
z7=~;v)l7J_G3x*RNg?+c2mqKN00D$G1MX|kzW?rg$N%}M8VST00uVr0ll`kVe+xg{
zI?kYGWmnHY1ONyitS$k8omFc4U!Q9FKRHIdfsji80*DEhg2ykJ8c*yv%}svp%PQ{c^?Gk=dG__VzG~z;(Bt%`
ziR*P6&(~(=bKTxQ8+pFAvK*h}_O*lMdpqaXPS&qo?7v&Zzjtw;n(ljLUhtpEhCip6
zURxA)VQJ;lg$bYLhy0xH`+uJ2uSJ2k*XJGBvf%&Xfd5MZ|1S+WvuW=CW#QL1O#ZN{
z;Qy+a|EuHfZ?Ao{r|rqX{{K5`{_m>&zqj%KzNY{CTmK#D|8s2ezvEN>pP2gp)U5xf
zX8%7u`_GyA|4+~Te+G!=|35qb|G7o~&n^Cce(C>9EB{|!_3z4>e^)pCzp?fI&29g0
zZvTI4$NxKf|KB_C|G|;}50CzTc>MpP6aSu^{{Q6c|EFjFKfn0@)%E}H?*ISv{P*|w
z|0w{9KUo;L80r~x7=Qp2Ck*V18tR*xTUy(iIQaNEnHd?|>&1*yBDBS`Mf&U2RFxIw
zJTkIUlT01Bn^k;+d}5QM(}TR&9GRLGe9g^V0uvGgYq3*n
h5_?7^5gQ8)hptv0!EGlJ1cDmGc$K({QVawbtO35`KT`kz
literal 0
HcmV?d00001
diff --git a/templates/listes/index.tpl b/templates/listes/index.tpl
index a20f72d..475253e 100644
--- a/templates/listes/index.tpl
+++ b/templates/listes/index.tpl
@@ -35,7 +35,7 @@ Pour t'inscrire
Certaines listes sont à inscription modérée, l'inscription n'y est pas
immédiate. Il faut en effet l'action d'un modérateur de la liste pour valider
(ou éventuellement refuser) ta candidature. Ces listes apparaissent avec l'icone
-
.
+{icon name=flag_orange title="en cours"}.
diff --git a/templates/listes/listes.inc.tpl b/templates/listes/listes.inc.tpl
index 12453fb..9f32d84 100644
--- a/templates/listes/listes.inc.tpl
+++ b/templates/listes/listes.inc.tpl
@@ -49,7 +49,7 @@
{icon name=cross title="me désinscrire"}
{elseif $liste.sub eq 1}
-
+ {icon name=flag_orange title='inscription en attente de modération'}
{else}
{icon name=add title="m'inscrire"}
diff --git a/templates/xnetlists/index.tpl b/templates/xnetlists/index.tpl
index ff41daa..00f7bfb 100644
--- a/templates/xnetlists/index.tpl
+++ b/templates/xnetlists/index.tpl
@@ -74,7 +74,7 @@ croix verte te permet de t'inscrire, apr
{if $l.sub eq 2}
{elseif $l.sub eq 1}
-
+ {icon name=flag_orange title='inscription en attente de modération'}
{else}
{icon name=add title="m'inscrire"}
{/if}
--
2.1.4