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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 656 - (show annotations)
Sun Nov 11 22:14:37 2012 UTC (12 years, 2 months ago) by fmichon
File size: 300 byte(s)
Nouvelle gestion du tableau de bord. 
1 <?php
2
3 //
4 include('../sql/pgsql/dossier.inc.php');
5
6 //
7 $ent = _("instruction")." -> "._("dossier d'instruction");
8 if (isset($idx) && $idx != ']' && trim($idx) != '') {
9 $ent .= "->&nbsp;".$idx."&nbsp;";
10 }
11 if (isset($idz) && trim($idz) != '') {
12 $ent .= "&nbsp;".strtoupper($idz)."&nbsp;";
13 }
14
15 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26