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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2693 - (show annotations)
Wed Jan 22 19:10:15 2014 UTC (11 years ago) by softime
File size: 493 byte(s)
Correction de l'affichage des caractères spéciaux en majuscule dans le fil d'Ariane

1 <?php
2 /**
3 *
4 *
5 * @package openfoncier
6 * @version SVN : $Id$
7 */
8
9 //
10 include "../gen/sql/pgsql/bible.inc.php";
11
12 //
13 $ent = _("parametrage")." -> "._("workflows")." -> "._("bible");
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 $champAffiche[0] = "bible.bible as \""._("id")."\"";
23 $champRecherche[0] = "bible.bible as \""._("id")."\"";
24
25 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26