From 7c0881fd35c8bfb17a64f31cf855f6c6fbf04773 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 23 Jul 2006 14:06:27 +0000 Subject: [PATCH] do the same for ajouter.gif git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@592 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs/images/ajouter.gif | Bin 953 -> 0 bytes htdocs/images/icons/add.gif | Bin 0 -> 586 bytes templates/carnet/mescontacts.tpl | 2 +- templates/carnet/notifs.tpl | 2 +- templates/carnet/panel.tpl | 3 +-- templates/fiche.tpl | 3 +-- templates/include/minifiche.tpl | 10 +++++++--- templates/listes/index.tpl | 2 +- templates/listes/listes.inc.tpl | 3 +-- templates/listes/members.tpl | 2 +- templates/listes/trombi.tpl | 2 +- templates/xnetlists/index.tpl | 2 +- 12 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 htdocs/images/ajouter.gif create mode 100644 htdocs/images/icons/add.gif diff --git a/htdocs/images/ajouter.gif b/htdocs/images/ajouter.gif deleted file mode 100644 index 9e22ea3aece7434dfaed8a1e77b54043daa308ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 953 zcmZ?wbhEHb6ky!VGo-40fUn4x9`wdC3=u4h5v&Z6Yz#3B42cYkiHr>S42)HbEcGn% zMe?fo>dLtqx|xknM)dmKsF2<>D78%~w`F`d_E>=bE4rRU$_0Ep< z&OtR%3@r={tqh#qoLt>pEK^wcCiC%4;}hx^66qHaog^wXMM}RzPidx-$}APV`Fi^E z^^GPQ8B8{*C%}cK@-FkQH{+kC6UO#&J=H;_@FCTw={Oi*ah6jZ*U_1bDZGk~t#>A*1aO>Y zH+fT{!w=UHU{ggEQ1;J660qu<)a^ubgfDn>R6$9I11saemarjw#_dR~vp(`}3)C-}TOb$P{nBm@|&0b0mirvLx| diff --git a/htdocs/images/icons/add.gif b/htdocs/images/icons/add.gif new file mode 100644 index 0000000000000000000000000000000000000000..6677cf3727efcd4df3f8cc5c29dc5e58ef5bce5b GIT binary patch literal 586 zcmZ?wbhEHb6krfwI9A4B(x_w7q+{NqZ`o>K({5zjVdBtf=G1NB)NAI_W98g$;ofHx zJk2#=reoL)kMMb}v2%Rm=LMuK4$E8`k-9oGV|8%$s)(FbQCVxEOV=cpuS?F`8j%k| zkyYzc3wA`7Y>zJ49#gY1y<$sB(az}NT`_f=G8;B$74C~K-;+?YE2VjBZtc#jf`iGm zJF{E1<<;-Zt=*GWxi_zNUwY-il=dA3?K=wV4rbOI&aOI^-MO!#?s$IhzUr<+mHmfm z8_$%sovdm*S<`u~YKr!BiMZSIXp3vNzbaC6$KD|1(0nX~lv?9Dfq zZULfO%QoF!vGw+f_4k)(1ch+xzuzug8ZF`?= zJNn|l>1T(}y*zp4_4(`XF5UTf4fRdUEv;?! z`szwj?agMP1x1Bf2Ey&8*`;~0QOWtXf~}@0B@vz;!9l(`dVDSJ#gYC_Wo0fF)|vdx z+8L>?jz(K0G*ttfxtr8-LmalAFOxTqW^a;9bF;s&Ro*y;wMo)1&{9|Aj=YMu4Rf<- zx`~G79cje`t`;Gk#G~@EG75WQI085haTxj}tqAyZl&Qg)N9xCpBv

Tu peux également rajouter des camarades dans tes contacts lors d'une recherche dans l'annuaire : - il te suffit de cliquer sur l'icône ajout contact en face de son nom dans les résultats ! + il te suffit de cliquer sur l'icône {icon name=add} en face de son nom dans les résultats !

{if $trombi || $citer->total()} diff --git a/templates/carnet/notifs.tpl b/templates/carnet/notifs.tpl index c34b4c5..39188c8 100644 --- a/templates/carnet/notifs.tpl +++ b/templates/carnet/notifs.tpl @@ -102,7 +102,7 @@ Si un non-inscrit que tu surveilles s'inscrit, il sera automatiquement ajout

Pour surveiller des membres non-inscrits, il faut passer par la recherche -et cliquer sur les icones Ajouter pour les ajouter à cette liste +et cliquer sur les icones {icon name=add} pour les ajouter à cette liste

diff --git a/templates/carnet/panel.tpl b/templates/carnet/panel.tpl index 290109f..c11e5fe 100644 --- a/templates/carnet/panel.tpl +++ b/templates/carnet/panel.tpl @@ -70,8 +70,7 @@ Il faut pour cel {if !$promo[row].contact} {* - *}ajouter à mes contacts{* - *} + *}{icon name=add title="ajouter à mes contacts"} {/if} {else} {$promo[row].prenom} {$promo[row].nom} diff --git a/templates/fiche.tpl b/templates/fiche.tpl index 0f3fa2f..1c34866 100644 --- a/templates/fiche.tpl +++ b/templates/fiche.tpl @@ -49,8 +49,7 @@ function chgMainWinLoc( strPage ) { {if !$x.is_contact} - Ajouter à mes contacts - + {icon name=add title="Ajouter à mes contacts"} {else} {icon name=cross title="Retirer de mes contacts"} diff --git a/templates/include/minifiche.tpl b/templates/include/minifiche.tpl index 19f4b3a..75a99cd 100644 --- a/templates/include/minifiche.tpl +++ b/templates/include/minifiche.tpl @@ -50,7 +50,7 @@ {if !$c.wasinscrit && !$c.dcd} {if $show_action eq ajouter} {* - *}Ajouter à la liste de mes surveillances + *}{icon name=add title="Ajouter à la liste de mes surveillances"} {else} {* *}{icon name=cross title="Retirer de la liste de mes surveillances"} @@ -61,9 +61,13 @@ {if !$c.dcd} {* *}Afficher la carte de visite + {if $show_action eq ajouter} + {* + *}{icon name=add title="Ajouter à mes contacts"} + {else} {* - *}{if $show_action eq + *}{icon name=cross title="Retirer de mes contacts"} + {/if} {/if} {/if} {/if} diff --git a/templates/listes/index.tpl b/templates/listes/index.tpl index 504f828..a20f72d 100644 --- a/templates/listes/index.tpl +++ b/templates/listes/index.tpl @@ -28,7 +28,7 @@

Pour t'inscrire à une liste il suffit de cliquer sur l'icone -[ inscription ] située en fin de ligne. +{icon name=add} située en fin de ligne.

diff --git a/templates/listes/listes.inc.tpl b/templates/listes/listes.inc.tpl index 14a4302..12453fb 100644 --- a/templates/listes/listes.inc.tpl +++ b/templates/listes/listes.inc.tpl @@ -52,8 +52,7 @@ [ en cours ] {else} - [ inscription ] - + {icon name=add title="m'inscrire"} {/if} diff --git a/templates/listes/members.tpl b/templates/listes/members.tpl index cef859c..8a2673b 100644 --- a/templates/listes/members.tpl +++ b/templates/listes/members.tpl @@ -64,7 +64,7 @@ {else} Tu n'es pas inscrit.
Demander ton inscription : - [demander mon inscription] + {icon name=add title="demander mon inscription"} {/if} diff --git a/templates/listes/trombi.tpl b/templates/listes/trombi.tpl index 694fe60..162f7b6 100644 --- a/templates/listes/trombi.tpl +++ b/templates/listes/trombi.tpl @@ -60,7 +60,7 @@ {else} Tu n'es pas inscrit.
Demander ton inscription : - [demander mon inscription] + {icon name=add title="demander mon inscription"} {/if} diff --git a/templates/xnetlists/index.tpl b/templates/xnetlists/index.tpl index 341bafd..ff41daa 100644 --- a/templates/xnetlists/index.tpl +++ b/templates/xnetlists/index.tpl @@ -76,7 +76,7 @@ croix verte te permet de t'inscrire, apr {elseif $l.sub eq 1} [en attente] {else} - [m'inscrire] + {icon name=add title="m'inscrire"} {/if} -- 2.1.4