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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1549 - (hide annotations)
Thu Mar 21 18:17:06 2013 UTC (11 years, 10 months ago) by fmichon
File size: 579 byte(s)
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 .= "->&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 fmichon 1498 $sousformulaire = array(
27     'evenement',
28     );
29    
30 fmichon 1549 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26