Fix: last modification for multicompany
This commit is contained in:
parent
9635f5858a
commit
2297e940b3
@ -1144,12 +1144,8 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
|
|||||||
|
|
||||||
if ($res)
|
if ($res)
|
||||||
{
|
{
|
||||||
//$mc = new ActionsMulticompany($db);
|
$mc = new ActionsMulticompany($db);
|
||||||
$entitytext = img_object('', 'globe',"class='entity'");
|
$mc->showInfo($conf->entity);
|
||||||
$entityhtmltext = 'EntityName';
|
|
||||||
print $html->textwithtooltip('',$entityhtmltext,2,1,$entitytext,'',1);
|
|
||||||
//$select_entity = '<div class="loginSelectEntity">'.$mc->select_entities($conf->entity).'</div>';
|
|
||||||
//if ($mc->numEntity >= 1) print $select_entity;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user