5 |
// ======================================================= |
// ======================================================= |
6 |
// href special edition instruction |
// href special edition instruction |
7 |
// ======================================================= |
// ======================================================= |
8 |
$table="instruction inner join evenement on instruction.evenement=evenement.evenement"; |
$table=DB_PREFIXE."instruction inner join ".DB_PREFIXE."evenement on instruction.evenement=evenement.evenement"; |
9 |
$champAffiche=array("instruction as no", |
$champAffiche=array("instruction as no", |
10 |
"instruction.lettretype", |
"instruction.lettretype", |
11 |
"libelle", |
"libelle", |
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 |
?> |
?> |