104 |
$portlet_actions['pdfetat'] = |
$portlet_actions['pdfetat'] = |
105 |
array('lien' => '../pdf/pdfetat.php?idx=', |
array('lien' => '../pdf/pdfetat.php?idx=', |
106 |
'id' => '&obj=dossier', |
'id' => '&obj=dossier', |
107 |
'lib' => "<span class=\"om-prev-icon om-icon-16 pdf-16\" title=\""._("Edition")."\">"._("Edition")."</span>", |
'lib' => "<span class=\"om-prev-icon om-icon-16 pdf-16\" title=\""._("Edition")."\">"._("Recapitulatif")."</span>", |
108 |
'target' => '_blank', |
'target' => '_blank', |
109 |
'ordre' => 30,); |
'ordre' => 30,); |
110 |
$portlet_actions['dossier'] = |
//$portlet_actions['dossier'] = |
111 |
array('lien' => '../app/dossier.php?id=', |
// array('lien' => '../app/dossier.php?id=', |
112 |
'id' => '&menu=2', |
// 'id' => '&menu=2', |
113 |
'lib' => "<img src='../app/img/ico_exemplaire.png' alt=\""._("Dossier")."\" border='0' align='top' /> "._("Dossier"), |
// 'lib' => "<img src='../app/img/ico_exemplaire.png' alt=\""._("Dossier")."\" border='0' align='top' /> "._("Dossier"), |
114 |
'ordre' => 40,); |
// 'ordre' => 40,); |
115 |
$portlet_actions['sig'] = |
//$portlet_actions['sig'] = |
116 |
array('lien' => '../scr/tab_sig.php?idx=', |
// array('lien' => '../scr/tab_sig.php?idx=', |
117 |
'id' => '&obj=dossier', |
// 'id' => '&obj=dossier', |
118 |
'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>", |
119 |
'ordre' => 50,); |
// 'ordre' => 50,); |
120 |
|
|
121 |
// Action pour le rapport d'instruction |
|
122 |
$portlet_actions['rapport_instruction'] = |
// Rapport d'instruction |
123 |
array('lien' => "#\" onclick=\"redirectPortletAction('", |
$portlet_actions['donnees_techniques'] = array( |
124 |
'id' => "', 'rapport_instruction');\"", |
"lien" => "#\" onclick=\"popupIt('donnees_techniques','../app/redirection_onglet.php?idx=", |
125 |
'lib' => "<span class=\"om-prev-icon om-icon-16 om-icon-fix rediger-16\" title=\"". |
'id' => "&obj=donnees_techniques', 'auto','auto','',". |
126 |
_("Redaction")."\">"._("Rediger le rapport d'instruction")."</span>", |
"'donnees_techniques');return false;", |
127 |
'ordre' => 30, |
'lib' => "<span class=\"om-prev-icon om-icon-16 om-icon-fix rediger-16\" title=\"". |
128 |
'rights' => array('list' => array("rapport_instruction", "rapport_instruction_rediger"), 'operator' => 'OR'), |
_("Données techniques")."\">"._("Données techniques")."</span>", |
129 |
'ajax' => false); |
'ordre' => 20, |
130 |
|
'rights' => array('list' => array("rapport_instruction", "rapport_instruction_rediger"), 'operator' => 'OR'), |
131 |
|
'ajax' => false |
132 |
|
); |
133 |
|
|
134 |
|
// Rapport d'instruction |
135 |
|
$portlet_actions['rapport_instruction'] = array( |
136 |
|
"lien" => "#\" onclick=\"popupIt('rapport_instruction','../app/redirection_onglet.php?idx=", |
137 |
|
'id' => "&obj=rapport_instruction', 'auto','auto','',". |
138 |
|
"'rapport_instruction');return false;", |
139 |
|
'lib' => "<span class=\"om-prev-icon om-icon-16 om-icon-fix rediger-16\" title=\"". |
140 |
|
_("Redaction")."\">"._("Rapport d'instruction")."</span>", |
141 |
|
'ordre' => 21, |
142 |
|
'rights' => array('list' => array("rapport_instruction", "rapport_instruction_rediger"), 'operator' => 'OR'), |
143 |
|
'ajax' => false |
144 |
|
); |
145 |
|
|
146 |
|
|
147 |
|
|
148 |
|
|
149 |
?> |
?> |