9 |
$champAffiche=array("instruction as no", |
$champAffiche=array("instruction as no", |
10 |
"instruction.lettretype", |
"instruction.lettretype", |
11 |
"libelle", |
"libelle", |
12 |
"to_char(datecourrier ,'DD/MM/YYYY') as datecourrier", |
"to_char(date_evenement ,'DD/MM/YYYY') as date_evenement", |
13 |
"instruction.etat", |
"instruction.etat", |
14 |
"dossier" |
"dossier" |
15 |
); |
); |
20 |
}else{ |
}else{ |
21 |
$selection=""; |
$selection=""; |
22 |
} |
} |
|
//if(isset($objsf) and isset($idx)){ |
|
|
$href[3]['lien'] = "../app/pdflettretype_instruction.php?idx="; |
|
|
$href[3]['id']= ""; |
|
|
$href[3]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\"". |
|
|
_("Edition")."\">"._("Edition")."</span>"; |
|
|
// $href=array(); |
|
23 |
?> |
?> |