11 |
$tab_actions['corner']['ajouter'] = NULL; |
$tab_actions['corner']['ajouter'] = NULL; |
12 |
// Actions a gauche : consulter |
// Actions a gauche : consulter |
13 |
$tab_actions['left']['consulter'] = |
$tab_actions['left']['consulter'] = |
14 |
array('lien' => '../scr/form.php?obj=demande&idx_dossier=', |
array('lien' => '../scr/form.php?obj=demande&action=0&idx_dossier=', |
15 |
'id' => '&action=0', |
'id' => '&premier='.$premier.'&advs_id='.$advs_id.'&recherche='.$recherche1.'&tricol='.$tricol.'&selectioncol='.$selectioncol.'&valide='.$valide, |
16 |
'lib' => '<span class="om-icon om-icon-16 om-icon-fix add-16" title="'._('Ajouter une demande').'">'._('Ajouter une demande').'</span>', |
'lib' => '<span class="om-icon om-icon-16 om-icon-fix add-16" title="'._('Ajouter une demande').'">'._('Ajouter une demande').'</span>', |
17 |
'ordre' => 20,); |
'ordre' => 20,); |
18 |
|
|