Parent Directory | Revision Log
Mise en cohérence des écrans autour du workflow et nettoyage
1 | vpihour | 492 | <?php |
2 | fmichon | 1549 | /** |
3 | * | ||
4 | * | ||
5 | * @package openfoncier | ||
6 | * @version SVN : $Id$ | ||
7 | */ | ||
8 | vpihour | 492 | |
9 | fmichon | 1549 | // |
10 | include "../gen/sql/pgsql/avis_decision.inc.php"; | ||
11 | fmichon | 1498 | |
12 | // | ||
13 | fmichon | 1549 | $ent = _("parametrage")." -> "._("worlkflows")." -> "._("avis_decision"); |
14 | if (isset($idx) && $idx != ']' && trim($idx) != '') { | ||
15 | $ent .= "-> ".$idx." "; | ||
16 | } | ||
17 | if (isset($idz) && trim($idz) != '') { | ||
18 | $ent .= " ".strtoupper($idz)." "; | ||
19 | } | ||
20 | |||
21 | // | ||
22 | $champAffiche[0] = "avis_decision.avis_decision as \""._("id")."\""; | ||
23 | $champRecherche[0] = "avis_decision.avis_decision as \""._("id")."\""; | ||
24 | |||
25 | // | ||
26 | fmichon | 1498 | $sousformulaire = array( |
27 | 'evenement', | ||
28 | ); | ||
29 | |||
30 | fmichon | 1549 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |