diff --git a/html/commercial.php b/html/commercial.php index c1648590f..f7053a75e 100644 --- a/html/commercial.php +++ b/html/commercial.php @@ -76,8 +76,8 @@ echo "
Il est conseillé de ne PAS utiliser Internet Explorer.
diff --git a/html/style-light.css b/html/style-light.css index a812f1e77..c66f7e963 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -199,7 +199,10 @@ span.even { background-color:#DDE6FF; display:block; } - +span.error { + background-color:white; + font-color:red; +} tr.odd { background-color:#DDE6FF; font-size:10px; diff --git a/html/user_jrn.php b/html/user_jrn.php index 015278916..60eb4461c 100644 --- a/html/user_jrn.php +++ b/html/user_jrn.php @@ -90,7 +90,7 @@ if ( $p_jrn != -1 ) $g_dossier=$_SESSION['g_dossier']; $g_user=$_SESSION['g_user']; - +echo JS_AJAX_FICHE; // Execute Action for p_jrn if ( $jrn_type=='VEN' ) require('user_action_ven.php'); if ( $jrn_type=='ACH' ) require('user_action_ach.php'); diff --git a/include/class_widget.php b/include/class_widget.php index c780655c8..0d181079f 100644 --- a/include/class_widget.php +++ b/include/class_widget.php @@ -124,8 +124,9 @@ class widget { $disabled = $this->disabled ? "DISABLED" : ""; if (strtoupper($this->type)=="TEXT") { if ( $this->readonly==false) { - $r="name\" VALUE=\"$this->value\" SIZE=\"$this->size\" ".$disabled.">";} else { - $r=sprintf('%s', $this->value,$this->name,$this->value); + $r="name\" NAME=\"$this->name\" VALUE=\"$this->value\" SIZE=\"$this->size\" ".$disabled.">"; + } else { + $r=sprintf('%s', $this->value,$this->name,$this->name,$this->value); } if ($this->table==1) { @@ -148,7 +149,7 @@ class widget { if ($this->readonly==false ) { //echo "Selected ".$this->selected; - $r="