26if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
32if ( isset (
$_POST[
'remove']))
55echo
'<div class="content" >';
56echo
'<form method="post">';
57echo dossier::hidden();
58echo
'<table class="result" >';
59echo
'<tr> <th>'._(
"Code").
" </th><th>".
_(
"Plan").
" </td><th>".
_(
"Description").
'</th></tr>';
63 echo
'<td>'.h(
$m->ga_id).
'</td>';
64 echo
'<td>'.h(
$m->pa_name).
'</td>';
65 echo
'<td>'.h(
$m->ga_description).
'</td>';
66 echo
'<td> Effacer <input type="Checkbox" name="ck[]" value="'.$m->ga_id.
'">'.
'</td>';
75echo
"<td>".$w->input().
"</td>";
76echo
"<td>".$wPa_id->input(
"pa_id").
"</td>";
77echo
"<td>".$wDesc->input(
"ga_description").
78HtmlInput::submit(
'add',
_(
'Ajouter')).
85echo HtmlInput::submit(
'remove',
_(
'Effacer'));
catch(Exception $exc) if(! $g_user->can_write_action($ag_id)) $r
foreach($array as $idx=> $m) $w
_("actif, passif,charge,...")
class for the group of the analytic account
Html Input , create a tag <SELECT> ... </SELECT> if readonly == true then display the label correspon...