Fix css
This commit is contained in:
parent
ef4a816c56
commit
7871a41c5c
@ -976,7 +976,7 @@ END;
|
||||
|
||||
// Supplier
|
||||
if (!empty($arrayfields['s.nom']['checked'])) {
|
||||
print '<td>'.$productfourn->getSocNomUrl(1, 'supplier').'</td>';
|
||||
print '<td class="tdoverflowmax200">'.$productfourn->getSocNomUrl(1, 'supplier').'</td>';
|
||||
}
|
||||
|
||||
// Supplier ref
|
||||
|
||||
@ -847,8 +847,8 @@ if (!empty($conf->global->PRODUIT_MULTIPRICES) || !empty($conf->global->PRODUIT_
|
||||
print '<input type="hidden" name="action" value="setlabelsellingprice">';
|
||||
print '<input type="hidden" name="pricelevel" value="'.$i.'">';
|
||||
print $langs->trans("SellingPrice").' '.$i.' - ';
|
||||
print '<input size="10" class="maxwidthonsmartphone" type="text" name="labelsellingprice" value="'.$conf->global->$keyforlabel.'">';
|
||||
print ' <input type="submit" class="button" value="'.$langs->trans("Modify").'">';
|
||||
print '<input class="maxwidthonsmartphone" type="text" name="labelsellingprice" value="'.$conf->global->$keyforlabel.'">';
|
||||
print ' <input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
|
||||
print '</form>';
|
||||
} else {
|
||||
print $langs->trans("SellingPrice").' '.$i;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user