Start with user printing
This commit is contained in:
parent
409e213e62
commit
8bccff39fb
6 changed files with 80 additions and 133 deletions
|
|
@ -356,9 +356,12 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null)
|
|||
$r.="<TD>";
|
||||
// cancel operation
|
||||
$r.=sprintf('<input TYPE="BUTTON" VALUE="%s" onClick="cancelOperation(\'%s\',\'%s\')">',
|
||||
"Effacer",$row['jr_grpt_id'],$l_sessid);
|
||||
"Annuler",$row['jr_grpt_id'],$l_sessid);
|
||||
$r.="</TD>";
|
||||
}
|
||||
else {
|
||||
$r.="<TD> Opération annulée</TD>";
|
||||
}
|
||||
// end row
|
||||
$r.="</tr>";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue