Look: Modif esthtique mineure

This commit is contained in:
Laurent Destailleur 2006-02-25 14:36:08 +00:00
parent 6792a90785
commit 9a09125841

View File

@ -580,7 +580,7 @@ else
print '<table class="border" width="100%">';
// Ref
print '<tr><td width="15%">'.$langs->trans('Ref').'</td>';
print '<tr><td>'.$langs->trans('Ref').'</td>';
print '<td colspan="2">'.$commande->ref.'</td>';
print '<td width="50%">'.$langs->trans('Source').' : ' . $commande->sources[$commande->source] ;
if ($commande->source == 0)
@ -858,7 +858,10 @@ else
}
print '<textarea name="eldesc" cols="50" rows="1">'.stripslashes($objp->description).'</textarea></td>';
print '<td align="right">';
print $html->select_tva('eltva_tx',$objp->tva_tx,$mysoc,$soc);
if($soc->tva_assuj == "0")
print '<input type="hidden" name="eltva_tx" value="0">0';
else
print $html->select_tva('eltva_tx',$objp->tva_tx,$mysoc,$soc);
print '</td>';
print '<td align="right"><input size="5" type="text" class="flat" name="elprice" value="'.price($objp->subprice).'"></td>';
print '<td align="right"><input size="2" type="text" class="flat" name="elqty" value="'.$objp->qty.'"></td>';
@ -905,7 +908,7 @@ else
print ' <td><textarea cols="50" name="desc" rows="1"></textarea></td>';
print '<td align="center">';
if($soc->tva_assuj == "0")
print '<input type="hidden" name="tva_tx" size="1" value="0">0';
print '<input type="hidden" name="tva_tx" value="0">0';
else
print $html->select_tva('tva_tx',$conf->defaulttx,$mysoc,$soc);
print '</td>';