From e54bec91d470c77e71b221158b593d4721f3c5d5 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Fri, 25 Jan 2013 15:58:21 +0000 Subject: [PATCH] =?UTF-8?q?Class=20pour=20les=20boutons=20de=20browser=20f?= =?UTF-8?q?orc=C3=A9=20dans=20jquery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bureau/class/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bureau/class/functions.php b/bureau/class/functions.php index 16bf1c43..87468301 100644 --- a/bureau/class/functions.php +++ b/bureau/class/functions.php @@ -635,6 +635,7 @@ function display_browser($dir="", $caller="main.dir", $width=350, $height=450) { $( \"#bt".$bid."\" ) .button() + .attr(\"class\", \"ina\") .click(function() { $( \"#".$bid."\" ).dialog( \"open\" ); return false; @@ -642,7 +643,7 @@ function display_browser($dir="", $caller="main.dir", $width=350, $height=450) { }); - document.write(' '); + document.write(' '); document.write('
'); document.write(' '); document.write('
');