|
=$tab->get_header(0)?>
|
=$tab->get_header(1)?>
|
=$tab->get_header(2)?>
|
=$tab->get_header(3)?>
|
$dossier=Dossier::id();
for ($i=0;$i<$max;$i++):
$class=($i%2==0)?' class="even" ':' class="odd" ';
$row=Database::fetch_array($res, $i);
?>
>
|
=HtmlInput::anchor(h($row['fd_label']), "javascript:void(0)", "onclick=\"detail_category_show('detail_category_div','".$dossier."','".$row['fd_id']."')\"")?>
|
=h($row['fd_class_base'])?>
|
$v=($row['fd_create_account']=='t')?"Automatique":"Manuel";
echo $v;
?>
|
=$row['frd_text']?>
|
endfor;
?>
echo HtmlInput::button("cat_fiche_def_add","Ajout d'une nouvelle catégorie", "onclick=\"detail_category_show('detail_category_div','".$dossier."','-1')\"");
?>