Parent Directory | Revision Log
Nouvelle gestion du tableau de bord.
1 | fmichon | 647 | <?php |
2 | |||
3 | // | ||
4 | include('../sql/pgsql/dossier.inc.php'); | ||
5 | |||
6 | fmichon | 656 | // |
7 | $ent = _("instruction")." -> "._("dossier d'instruction"); | ||
8 | if (isset($idx) && $idx != ']' && trim($idx) != '') { | ||
9 | $ent .= "-> ".$idx." "; | ||
10 | } | ||
11 | if (isset($idz) && trim($idz) != '') { | ||
12 | $ent .= " ".strtoupper($idz)." "; | ||
13 | } | ||
14 | |||
15 | fmichon | 647 | ?> |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |