From 2ec2fb3602f14087a055b369325cfa6ce719ea53 Mon Sep 17 00:00:00 2001 From: Cerdic <cedric@yterium.com> Date: Sat, 12 Feb 2011 20:21:44 +0000 Subject: [PATCH] cette image est en fait celle utilisee sur le site publique quand on est en previsu. On la renomme en coherence, pour laisser la place a l'image du prive pour preview-24 --- .gitattributes | 3 +-- ecrire/public.php | 2 +- prive/images/naviguer-site.png | Bin 482 -> 0 bytes .../{preview-24.png => preview-public-24.png} | Bin 4 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 prive/images/naviguer-site.png rename prive/themes/spip/images/{preview-24.png => preview-public-24.png} (100%) diff --git a/.gitattributes b/.gitattributes index a7608611ce..653a05ffd8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -498,7 +498,6 @@ prive/images/messagerie-48.png -text prive/images/minipres-gris.png -text prive/images/monter-16.png -text prive/images/mot-cle-24.gif -text -prive/images/naviguer-site.png -text prive/images/noeud_moins.gif -text prive/images/noeud_plus.gif -text prive/images/pale.gif -text @@ -845,7 +844,7 @@ prive/themes/spip/images/plus-16.png -text prive/themes/spip/images/plus-info-16.png -text prive/themes/spip/images/poubelle-16.png -text prive/themes/spip/images/poubelle-24.png -text -prive/themes/spip/images/preview-24.png -text +prive/themes/spip/images/preview-public-24.png -text prive/themes/spip/images/publication-48.png -text prive/themes/spip/images/puce-preparer-8.png -text prive/themes/spip/images/puce-proposer-8.png -text diff --git a/ecrire/public.php b/ecrire/public.php index 4f1fb9722a..f95123f5ff 100644 --- a/ecrire/public.php +++ b/ecrire/public.php @@ -112,7 +112,7 @@ if (isset($GLOBALS['_INC_PUBLIC'])) { if (defined('_VAR_PREVIEW') AND _VAR_PREVIEW AND $html) { include_spip('inc/filtres'); // pour http_img_pack $x = _T('previsualisation'); - $x = http_img_pack('naviguer-site.png', $x) . ' ' . majuscules($x); + $x = http_img_pack('preview-public-24.png', $x) . ' ' . majuscules($x); $x = "<div class='spip-previsu'>$x</div>"; if (!$pos = strpos($page['texte'], '</body>')) $pos = strlen($page['texte']); diff --git a/prive/images/naviguer-site.png b/prive/images/naviguer-site.png deleted file mode 100644 index fea490eb202d766d7cde9263a84444e92ffa8600..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 482 zcmV<80UiE{P)<h;3K|Lk000e1NJLTq000^Q000yS1^@s6lRz!L00004XF*Lt007q5 z)K6G40000PbVXQnQ*UN;cVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUzbV)=(RCwBA zOifMw&p-#j0wTD%xfwV)Isf2N^!@vH7AYwy1|=mWk}bG*?;gYL+qWSWfh=ijYh%Tw zxT>n^H&8JP$fDrjV3I6ayLK(uA|_%Kv$M1B2GKir?qulh?j|efm`K$Ca$R<IHp97d z=csQ{eSN(bGXMAQ-wZQm%m4=q)qTXuiW!BVpscN}W%&5<BlRp|V`IZA{_^EZP+}n% zloVTp9F+6t&&TOIqAg-(X8uD+&GF;M8G3qp7#=)$fIY*Kki<Q)$%%`LGZ+{cfZ2+Q ziVT8+g5+C-4-k`)i4HpSB#xX4K|zKsxX8}1FvCGXBOxK-jVw2J?p*3w1WI|J0=ToY zlM$GIwuy*{{6S9U_%blb76}On!F>WMh>?R3l!0*tAxRd&e1a?{CMLEWnZJ7VYU&iK z*b)gSIFSooY^4MXtYQPzIpkUf3evA%zoI0J`}gm|D?YeIAVok-l{^J2l0fl=3;+TQ Y08^%s&tnW2Hvj+t07*qoM6N<$f?a^e(f|Me diff --git a/prive/themes/spip/images/preview-24.png b/prive/themes/spip/images/preview-public-24.png similarity index 100% rename from prive/themes/spip/images/preview-24.png rename to prive/themes/spip/images/preview-public-24.png -- GitLab