47 |
$tab_actions['left']['consulter'] = array( |
$tab_actions['left']['consulter'] = array( |
48 |
'lien' => ''.OM_ROUTE_FORM.'&obj=dossier_instruction&action=3&idx=', |
'lien' => ''.OM_ROUTE_FORM.'&obj=dossier_instruction&action=3&idx=', |
49 |
'id' => '', |
'id' => '', |
50 |
'lib' => '<span class="om-icon om-icon-16 om-icon-fix consult-16" title="'._('Consulter').'">'._('Consulter').'</span>', |
'lib' => '<span class="om-icon om-icon-16 om-icon-fix consult-16" title="'.__('Consulter').'">'.__('Consulter').'</span>', |
51 |
'rights' => array('list' => array($obj, $obj.'_consulter'), 'operator' => 'OR'), |
'rights' => array('list' => array($obj, $obj.'_consulter'), 'operator' => 'OR'), |
52 |
'ordre' => 10, |
'ordre' => 10, |
53 |
); |
); |