160 |
'id' => '&obj=dossier', |
'id' => '&obj=dossier', |
161 |
'lib' => "<span class=\"om-prev-icon om-icon-16 sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>", |
'lib' => "<span class=\"om-prev-icon om-icon-16 sig-16\" title=\""._("Sig")."\">"._("Sig")."</span>", |
162 |
'ordre' => 50,); |
'ordre' => 50,); |
163 |
|
|
164 |
|
// Action pour le rapport d'instruction |
165 |
|
$portlet_actions['rapport_instruction'] = |
166 |
|
array('lien' => "", |
167 |
|
'id' => "", |
168 |
|
'lib' => "<span class=\"om-prev-icon om-icon-16 om-icon-fix rediger-16\" title=\"". |
169 |
|
_("Redaction")."\">"._("Rediger le rapport d'instruction")."</span>", |
170 |
|
'ordre' => 30, |
171 |
|
'rights' => array('list' => array("rapport_instruction", "rapport_instruction_rediger"), 'operator' => 'OR'), |
172 |
|
'ajax' => false); |
173 |
?> |
?> |