diff --git a/.gitattributes b/.gitattributes index a7608611ce5df06ed1dda4b0a742b4121e9a9e9f..653a05ffd85c6b79f20b48b2fa09c4463af767bd 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 4f1fb9722adbcf754fa5555d8269741a6e95b646..f95123f5ff001424b7ba9c07858767fbfeea0567 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 Binary files a/prive/images/naviguer-site.png and /dev/null differ 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