Fix position of table
This commit is contained in:
parent
1382858f75
commit
90b138a504
@ -459,13 +459,13 @@ if ($id > 0)
|
|||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
print '<div class="underbanner clearboth"></div>';
|
|
||||||
print '<table class="border" width="100%">';
|
|
||||||
|
|
||||||
if ($object->client == 2 || $object->client == 3)
|
if ($object->client == 2 || $object->client == 3)
|
||||||
{
|
{
|
||||||
|
print '<br>';
|
||||||
|
|
||||||
|
print '<div class="underbanner clearboth"></div>';
|
||||||
|
print '<table class="border" width="100%">';
|
||||||
|
|
||||||
// Level of prospect
|
// Level of prospect
|
||||||
print '<tr><td class="titlefield nowrap">';
|
print '<tr><td class="titlefield nowrap">';
|
||||||
print '<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
|
print '<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
|
||||||
@ -484,7 +484,8 @@ if ($id > 0)
|
|||||||
// Status
|
// Status
|
||||||
$object->loadCacheOfProspStatus();
|
$object->loadCacheOfProspStatus();
|
||||||
print '<tr><td>'.$langs->trans("StatusProsp").'</td><td colspan="3">'.$object->getLibProspCommStatut(4, $object->cacheprospectstatus[$object->stcomm_id]['label']);
|
print '<tr><td>'.$langs->trans("StatusProsp").'</td><td colspan="3">'.$object->getLibProspCommStatut(4, $object->cacheprospectstatus[$object->stcomm_id]['label']);
|
||||||
print ' <div class="floatright">';
|
print ' ';
|
||||||
|
print '<div class="floatright">';
|
||||||
foreach($object->cacheprospectstatus as $key => $val)
|
foreach($object->cacheprospectstatus as $key => $val)
|
||||||
{
|
{
|
||||||
$titlealt='default';
|
$titlealt='default';
|
||||||
@ -492,8 +493,8 @@ if ($id > 0)
|
|||||||
if ($object->stcomm_id != $val['id']) print '<a class="pictosubstatus" href="'.$_SERVER["PHP_SELF"].'?socid='.$object->id.'&stcomm='.$val['code'].'&action=setstcomm">'.img_action($titlealt,$val['code']).'</a>';
|
if ($object->stcomm_id != $val['id']) print '<a class="pictosubstatus" href="'.$_SERVER["PHP_SELF"].'?socid='.$object->id.'&stcomm='.$val['code'].'&action=setstcomm">'.img_action($titlealt,$val['code']).'</a>';
|
||||||
}
|
}
|
||||||
print '</div></td></tr>';
|
print '</div></td></tr>';
|
||||||
|
print "</table>";
|
||||||
}
|
}
|
||||||
print "</table>";
|
|
||||||
|
|
||||||
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
|
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user