Parent Directory | Revision Log
Ajout de la branche
1 | <?php |
2 | /** |
3 | * |
4 | * |
5 | * @package openfoncier |
6 | * @version SVN : $Id$ |
7 | */ |
8 | |
9 | // |
10 | include "../gen/sql/pgsql/etat.inc.php"; |
11 | |
12 | // |
13 | $ent = _("parametrage")." -> "._("workflows")." -> "._("etat"); |
14 | if (isset($idx) && $idx != ']' && trim($idx) != '') { |
15 | $ent .= "-> ".$idx." "; |
16 | } |
17 | if (isset($idz) && trim($idz) != '') { |
18 | $ent .= " ".mb_strtoupper($idz, "UTF-8")." "; |
19 | } |
20 | |
21 | // |
22 | $sousformulaire = array( |
23 | ); |
24 | |
25 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |