Modif alignement nom de la socit

This commit is contained in:
Rodolphe Quiedeville 2003-11-25 11:41:33 +00:00
parent 2b6c54a59a
commit 47abefac7d
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ if ($user->rights->commande->lire)
'width' => '30%',
'url' => DOL_URL_ROOT."/commande/fiche.php?id=".$objp->rowid);
$info_box_contents[$i][1] = array('align' => 'center',
$info_box_contents[$i][1] = array('align' => 'left',
'text' => $objp->nom,
'width' => '70%',
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);

View File

@ -53,7 +53,7 @@ if ($user->rights->propale->lire)
'width' => '30%',
'url' => DOL_URL_ROOT."/comm/propal.php?propalid=".$objp->rowid);
$info_box_contents[$i][1] = array('align' => 'center',
$info_box_contents[$i][1] = array('align' => 'left',
'text' => $objp->nom,
'width' => '70%',
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp);