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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1498 by fmichon, Mon Mar 18 22:16:27 2013 UTC revision 1549 by fmichon, Thu Mar 21 18:17:06 2013 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id$  /**
3  //gen openMairie le 10/10/2012 16:34   *
4     *
5     * @package openfoncier
6     * @version SVN : $Id$
7     */
8    
9  include('../gen/sql/pgsql/avis_decision.inc.php');  //
10    include "../gen/sql/pgsql/avis_decision.inc.php";
11    
12    //
13    $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  $sousformulaire = array(  $sousformulaire = array(
27      'evenement',      'evenement',
28  );  );
29    
 ?>  
30    ?>

Legend:
Removed from v.1498  
changed lines
  Added in v.1549

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26