From c43d8fda26fa3776fe398b957ebcd5ea527ddd1f Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Sat, 18 Aug 2007 19:07:52 +0000
Subject: [PATCH] oups oubli

---
 ecrire/inc/iconifier.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ecrire/inc/iconifier.php b/ecrire/inc/iconifier.php
index e91f291d2e..adbe27ee2e 100644
--- a/ecrire/inc/iconifier.php
+++ b/ecrire/inc/iconifier.php
@@ -129,10 +129,10 @@ function indiquer_logo($titre, $id_objet, $mode, $id, $script, $iframe_script) {
 	}
 */
 
-	$afficher = "\n" .
+	$afficher = "\n<label for='image'>" .
 		_T('info_telecharger_nouveau_logo') .
-		"<br />" .
-		"\n<input name='image' type='file' class='forml spip_xx-small' size='15' />" .
+		"</label><br />" .
+		"\n<input name='image' id='image' type='file' class='forml spip_xx-small' size='15' />" .
 		"<div style='text-align: " .  $GLOBALS['spip_lang_right'] . "'>" .
 		"\n<input name='sousaction1' type='submit' value='" .
 		_T('bouton_telecharger') .
-- 
GitLab