29<form method=
"POST" class=
"print">
35 <
th><?php echo _(
"Dépot")?></
th>
36 <
th><?php echo _(
"Accès")?></
th>
46 $color=(
$array[
$i][
'ur_right']!=
'X')?
"border:lightgreen 2px solid; ":
"border:red 2px solid; ";
48 <
td style=
"<?php echo $color?>">
52 $isel->value=$aright_value;
53 $isel->selected=
$array[
$i][
'ur_right'];
54 echo $isel->input();?>
th($p_string, $p_extra='', $raw='')
tr($p_string, $p_extra='')
td($p_string='', $p_extra='')
surround the string with td
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...