/[openfoncier]/branches/3.14.x/sql/pgsql/etat.inc.php
ViewVC logotype

Contents of /branches/3.14.x/sql/pgsql/etat.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3343 - (show annotations)
Thu Mar 19 17:34:18 2015 UTC (9 years, 10 months ago) by vpihour
File size: 411 byte(s)
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 .= "->&nbsp;".$idx."&nbsp;";
16 }
17 if (isset($idz) && trim($idz) != '') {
18 $ent .= "&nbsp;".mb_strtoupper($idz, "UTF-8")."&nbsp;";
19 }
20
21 //
22 $sousformulaire = array(
23 );
24
25 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26