1 |
fraynaud |
3 |
<?php |
2 |
|
|
//$Id$ |
3 |
|
|
//gen openMairie le 10/02/2011 20:32 |
4 |
|
|
include('../gen/sql/pgsql/consultation.inc.php'); |
5 |
nhaye |
429 |
|
6 |
fraynaud |
20 |
// ============================================================================= |
7 |
|
|
// href particulier pour edition d etat |
8 |
|
|
// ============================================================================= |
9 |
fraynaud |
38 |
|
10 |
|
|
|
11 |
nhaye |
429 |
|
12 |
fraynaud |
38 |
// probleme lies a la gestion par nature |
13 |
|
|
|
14 |
|
|
if ($retourformulaire== 'service'){ |
15 |
nhaye |
429 |
// Actions en coin : ajouter |
16 |
|
|
$tab_actions['corner']['ajouter'] = NULL; |
17 |
|
|
// Actions a gauche : consulter |
18 |
|
|
$tab_actions['left']['consulter'] = NULL; |
19 |
fraynaud |
38 |
$selection=" where consultation.service ='".$idx."'"; |
20 |
|
|
} |
21 |
|
|
|
22 |
fraynaud |
3 |
?> |