/[openfoncier]/trunk/sql/pgsql/avis_decision.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/avis_decision.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1551 - (show annotations)
Thu Mar 21 18:25:55 2013 UTC (11 years, 10 months ago) by fmichon
File size: 578 byte(s)
Correction d'une faute de frappe

1 <?php
2 /**
3 *
4 *
5 * @package openfoncier
6 * @version SVN : $Id$
7 */
8
9 //
10 include "../gen/sql/pgsql/avis_decision.inc.php";
11
12 //
13 $ent = _("parametrage")." -> "._("workflows")." -> "._("avis_decision");
14 if (isset($idx) && $idx != ']' && trim($idx) != '') {
15 $ent .= "->&nbsp;".$idx."&nbsp;";
16 }
17 if (isset($idz) && trim($idz) != '') {
18 $ent .= "&nbsp;".strtoupper($idz)."&nbsp;";
19 }
20
21 //
22 $champAffiche[0] = "avis_decision.avis_decision as \""._("id")."\"";
23 $champRecherche[0] = "avis_decision.avis_decision as \""._("id")."\"";
24
25 //
26 $sousformulaire = array(
27 'evenement',
28 );
29
30 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26