10 |
"instruction.lettretype", |
"instruction.lettretype", |
11 |
"libelle", |
"libelle", |
12 |
"to_char(datecourrier ,'DD/MM/YYYY') as datecourrier", |
"to_char(datecourrier ,'DD/MM/YYYY') as datecourrier", |
13 |
"instruction.etat" |
"instruction.etat", |
14 |
|
"dossier" |
15 |
); |
); |
16 |
$champRecherche=array("libelle"); |
$champRecherche=array("libelle"); |
17 |
$tri= " order by instruction "; |
$tri= " order by instruction "; |
18 |
if(isset($idx)){ |
if(isset($idx)){ |
19 |
$selection=" where dossier ='".$idx."'"; |
$selection=" where dossier like '".$idx."'"; |
20 |
}else{ |
}else{ |
21 |
$selection=""; |
$selection=""; |
22 |
} |
} |
23 |
//if(isset($objsf) and isset($idx)){ |
//if(isset($objsf) and isset($idx)){ |
24 |
$href[3]['lien'] = "../app/pdflettretype_instruction.php?idx="; |
$href[3]['lien'] = "../app/pdflettretype_instruction.php?idx="; |
25 |
$href[3]['id']= ""; |
$href[3]['id']= ""; |
26 |
$href[3]['lib']= "<img src='../img/ico_pdf.png' border=0>"; |
$href[3]['lib']= "<span class=\"om-icon om-icon-16 om-icon-fix pdf-16\" title=\"". |
27 |
//}else |
_("Edition")."\">"._("Edition")."</span>"; |
28 |
// $href=array(); |
// $href=array(); |
29 |
?> |
?> |