From 636ffd5a4fd47d74ac96ebbc9868393acb4f63ef Mon Sep 17 00:00:00 2001
From: Antoine Pitrou <pitrou@free.fr>
Date: Mon, 27 May 2002 22:09:21 +0000
Subject: [PATCH] Une icone pour "vider le cache"

---
 .gitattributes               |   1 +
 ecrire/img_pack/cache-24.gif | Bin 0 -> 1034 bytes
 ecrire/img_pack/creer.gif    | Bin 159 -> 916 bytes
 ecrire/inc_presentation.php3 |   8 ++------
 4 files changed, 3 insertions(+), 6 deletions(-)
 create mode 100644 ecrire/img_pack/cache-24.gif

diff --git a/.gitattributes b/.gitattributes
index 3d9e8535c4..5255838102 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -61,6 +61,7 @@ ecrire/img_pack/bonhomme-bleu.gif -text
 ecrire/img_pack/bonhomme-noir.gif -text
 ecrire/img_pack/bonhomme-rouge.gif -text
 ecrire/img_pack/breve-24.gif -text
+ecrire/img_pack/cache-24.gif -text
 ecrire/img_pack/cadenas-24.gif -text
 ecrire/img_pack/cadre-b.gif -text
 ecrire/img_pack/cadre-bd.gif -text
diff --git a/ecrire/img_pack/cache-24.gif b/ecrire/img_pack/cache-24.gif
new file mode 100644
index 0000000000000000000000000000000000000000..c5ce05cde1afc4489b3d62db3d3f0c6d66ba19a8
GIT binary patch
literal 1034
zcmZ?wbhEHblwgox_|5<VmR7o6zBb{J?y(6znK@x)l__;i89ft=Cr@dcx2S9N`bnEM
zuiA59-kA#<KYo1k-@yT_X_OcZf#DDWia%Kx85jf@bU>Z~<p~Ck=M0J*G9DWi9Bk$g
z){0pn(BRC#!_QRl;J`tq4ncOmm<J0Oo0<5X&1xJrr5v5iqo+2fVpCExE0>Urg#*K4
zmo9bj6D9!-2byQ`<<HA$SisOcNrh3tBOzGXubaJ3Odw%F%K2qXk!2wPTh$p^MVH#C
ztk}wUot=$G#zULoz|}6ZNHc@#1r3ZW6@phx0yZ-S_ws%EBx}&%(0Dj^y-=_8rot1e
zm>G1;I1V&6F^fossJt=$^rUGL`*arphXc*5j4H|pW|^v7V&@mFnRcS#x&PrTQJopS
aKb08|wR4|2!o6u>@^Q(@+WHa#4AuZT(Q$(S

literal 0
HcmV?d00001

diff --git a/ecrire/img_pack/creer.gif b/ecrire/img_pack/creer.gif
index 88ed10ba52979da8daa3c4f4725b85f41f29782d..949ed86c8428622e8876363b9fa402094d1561a8 100644
GIT binary patch
literal 916
zcmZ?wbhEHblwgox_|Cu}qQg)%fg!orvvPrK`=Yp<CWZ-f^HORUS{H@qw=zsvRMNR9
zxqVSWWw%dJo5Z9=l?jy$K-9A+vn{qo(wt!wjfTLG4gtlVEQ|~c!VEeLKmf`U3><|F
z>Krm28x|aF<`CA3Ik92k;dTLKuQ?utiVa;%j4^9C5)QhxOF1(sG(1ptX5i;op`wt;
zz&x3YQA5IE^RtFYys5XgbY5Q6$l%b-X2IZa;3OOCBry+zEg60j8H5B(Uj;OTGBPMx
S%v~{2D}24gVK*KQ25SIgm5o*a

literal 159
zcmZ?wbhEHblwgox*v!BnpvjP2?3G;2kln&i-Q!g~g`s+>L`zgl%hI5hrBN+QlY2lY
zd&->bDND;G%^4JbvM@3*@H6Nz00GDh1{R+WCp}m1wRnAY_x}Wqz9(!`gbJn|*i@Cp
zqjK^zBcHEvTT-?~b3w+6(xxK|FJ95Gn9s_nP@v4S?)r-_8q7RPLi`hC7#ciReaPs}
J>Q`d01^_pUI-URk

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index 37112ad966..a2b045b5a2 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -924,7 +924,7 @@ function barre_onglets($rubrique, $onglet){
 	
 	if ($rubrique == "administration"){
 		onglet("Sauvegarder/restaurer la base", "admin_tech.php3", "sauver", $onglet, "base-24.gif");
-		onglet("Vider le cache", "admin_vider.php3", "vider", $onglet);
+		onglet("Vider le cache", "admin_vider.php3", "vider", $onglet, "cache-24.gif");
 		onglet("Effacer la base", "admin_effacer.php3", "effacer", $onglet, "supprimer.gif");
 	}
 	
@@ -950,15 +950,11 @@ function barre_onglets($rubrique, $onglet){
 		onglet("Tous les messages", "controle_forum.php3", "tous", $onglet);
 		onglet("Messages sans texte", "controle_forum_sans.php3", "sans", $onglet);
 	}
-	
-	
-	
-	fin_onglet();
 
+	fin_onglet();
 }
 
 
-
 function icone_bandeau_principal($texte, $lien, $fond, $rubrique_icone = "vide", $rubrique = ""){
 	global $spip_display;
 	
-- 
GitLab