34if ( count($a_dossier) == 0 )
36 echo
'<h1 class="notice">'._(
'Aucun dossier à afficher').
'</h1>';
40<
table id=
"folder_display_tb" class=
"result">
46 <
tr id=
"row_db_<?php echo $a_dossier[$i]['dos_id'];?>" class=
"<?php echo $class?>">
49 echo
HtmlInput::button(
'add_folder',
BUTTONADD,
" onclick=\"folder_add({$user_id},{$a_dossier[$i]['dos_id']});\"",
' smallbutton');
55 echo $a_dossier[
$i][
'dos_id'];
60 echo
h($a_dossier[
$i][
'dos_name']);
65 echo
h($a_dossier[
$i][
'dos_description']);
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
h( $row[ 'oa_description'])
if(count($a_dossier)==0) $nb_dossier
js_include($p_string)
create the HTML for including of a javascript file if a file is included twice, the second time it wi...