Cosmetic : display cards on one row in account search
This commit is contained in:
parent
cdbb940364
commit
822a31070a
1 changed files with 2 additions and 2 deletions
|
|
@ -38,14 +38,14 @@
|
|||
$sep="";
|
||||
$max=(count($det_qcode)>$limite)?$limite:count($det_qcode);
|
||||
for ($e=0;$e<$max;$e++) {
|
||||
echo $sep.HtmlInput::card_detail($det_qcode[$e]);
|
||||
echo $sep.HtmlInput::card_detail($det_qcode[$e],"",'style="display:inline-block"');
|
||||
$sep=" , ";
|
||||
}
|
||||
if ($max < count($det_qcode)) {
|
||||
echo Icon_Action::detail(uniqid(), sprintf("display_all_card('%s','%s')",$dossier_id,$array[$i]['pcm_val']));
|
||||
}
|
||||
} else {
|
||||
echo HtmlInput::card_detail($array[$i]['acode']);
|
||||
echo HtmlInput::card_detail($array[$i]['acode'],"",'style="display:inline-block"');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue