Skip to content
Snippets Groups Projects
Commit d3b21b4f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

Merge branch 'develop' of labs.maarch.org:maarch/MaarchCourrier into develop

parents 78d295f8 7f8c28bb
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,12 @@ if (isset($_REQUEST['load'])) {
if (!empty($tabEntityLabel)) {
$allEntities = implode(' - ', $tabEntityLabel);
$allEntitiesId = implode('<br/>', $tabEntityId);
if(count($tabEntityId) > 3){
$allEntitiesId = $tabEntityId[0] .'<br/>'.$tabEntityId[1].'<br/>'.$tabEntityId[2].'<br/>...';
}else{
$allEntitiesId = implode('<br/>', $tabEntityId);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment