Modification de l'alignement du champs reference
This commit is contained in:
parent
46fcd7b6df
commit
f1597ac15b
@ -44,7 +44,7 @@ if ($user->rights->propale->lire)
|
|||||||
{
|
{
|
||||||
$objp = $db->fetch_object( $i);
|
$objp = $db->fetch_object( $i);
|
||||||
|
|
||||||
$info_box_contents[$i][0] = array('align' => 'center',
|
$info_box_contents[$i][0] = array('align' => 'left',
|
||||||
'text' => $objp->ref,
|
'text' => $objp->ref,
|
||||||
'url' => DOL_URL_ROOT."/comm/propal.php3?propalid=".$objp->rowid);
|
'url' => DOL_URL_ROOT."/comm/propal.php3?propalid=".$objp->rowid);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user