Start with user printing

This commit is contained in:
sparkyx 2004-11-23 22:01:09 +00:00
parent 409e213e62
commit 8bccff39fb
6 changed files with 80 additions and 133 deletions

View file

@ -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>";