>
|
= HtmlInput::card_detail($row['qcode'], "", ' class="line" ')?>
|
= h($row['name'])?>
|
=HtmlInput::history_account($row['poste'],$row['poste'])?>
|
if ($allcard == 1 ) : ?>
= h($row['fd_label'])?>
|
endif; ?>
if ($write == 1)
{
$ck = new ICheckBox('f_id[]', $row['f_id']);
echo $ck->input();
}
?>
|
endfor;?>