/[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 2693 - (hide annotations)
Wed Jan 22 19:10:15 2014 UTC (11 years ago) by softime
File size: 590 byte(s)
Correction de l'affichage des caractères spéciaux en majuscule dans le fil d'Ariane

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 1551 $ent = _("parametrage")." -> "._("workflows")." -> "._("avis_decision");
14 fmichon 1549 if (isset($idx) && $idx != ']' && trim($idx) != '') {
15     $ent .= "->&nbsp;".$idx."&nbsp;";
16     }
17     if (isset($idz) && trim($idz) != '') {
18 softime 2693 $ent .= "&nbsp;".mb_strtoupper($idz, "UTF-8")."&nbsp;";
19 fmichon 1549 }
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