1 |
vpihour |
1146 |
<?php |
2 |
|
|
|
3 |
|
|
// |
4 |
|
|
include('../sql/pgsql/dossier_instruction.inc.php'); |
5 |
|
|
|
6 |
vpihour |
1207 |
// Titre de la page |
7 |
|
|
$ent = _("instruction")." -> "._("Recherche direct"); |
8 |
|
|
|
9 |
vpihour |
1146 |
$tab_actions['left']['consulter'] = |
10 |
|
|
array('lien' => 'form.php?obj=dossier_instruction&action=3'.'&idx=', |
11 |
|
|
'id' => '&premier='.$premier.'&advs_id='.$advs_id.'&recherche='.$recherche1.'&tricol='.$tricol.'&selectioncol='.$selectioncol.'&valide='.$valide.'&retour=tab', |
12 |
|
|
'lib' => '<span class="om-icon om-icon-16 om-icon-fix consult-16" title="'._('Consulter').'">'._('Consulter').'</span>', |
13 |
|
|
'rights' => array('list' => array($obj, $obj.'_consulter'), 'operator' => 'OR'), |
14 |
|
|
'ordre' => 10,); |
15 |
|
|
$tab_actions['content'] = $tab_actions['left']['consulter']; |
16 |
|
|
$tab_actions['corner']['ajouter'] = ""; |
17 |
|
|
?> |