Réduit largeur barre select des produits

This commit is contained in:
Laurent Destailleur 2006-03-25 14:09:03 +00:00
parent 8b148b0cd9
commit 46759b3ce7

View File

@ -649,7 +649,7 @@ class Form
if ( $resultd ) $objtp = $this->db->fetch_object($resultd); // on charge la traduction suivante if ( $resultd ) $objtp = $this->db->fetch_object($resultd); // on charge la traduction suivante
} }
$opt = '<option value="'.$objp->rowid.'">'.$objp->ref.' - '; $opt = '<option value="'.$objp->rowid.'">'.$objp->ref.' - ';
$opt.= dolibarr_trunc($objp->label,40).' - '; $opt.= dolibarr_trunc($objp->label,36).' - ';
//multiprix //multiprix
if($price_level > 1) if($price_level > 1)
@ -1658,7 +1658,7 @@ class Form
} }
// Calendrier popup version eldy // Calendrier popup version eldy
if ("$conf->use_popup_calendar" == "eldy") // Laissé conf->use_popup_calendar entre quote if ("$conf->use_popup_calendar" == "eldy") // Laisser conf->use_popup_calendar entre quote
{ {
// Zone de saisie manuelle de la date // Zone de saisie manuelle de la date
print '<input id="'.$prefix.'" name="'.$prefix.'" type="text" size="11" maxlength="11" value="'.$formated_date.'"'; print '<input id="'.$prefix.'" name="'.$prefix.'" type="text" size="11" maxlength="11" value="'.$formated_date.'"';