116 |
); |
); |
117 |
// |
// |
118 |
$links = array(); |
$links = array(); |
119 |
// |
// Catégorie DOSSIERS D'INSTRUCTION |
120 |
$links[] = array( |
$links[] = array( |
121 |
"class" => "category", |
"class" => "category", |
122 |
"title" => _("dossiers d'instruction"), |
"title" => _("dossiers d'instruction"), |
129 |
"PC_modificatif", "PC_modificatif_tab", |
"PC_modificatif", "PC_modificatif_tab", |
130 |
), |
), |
131 |
); |
); |
132 |
|
$links[] = array( |
133 |
|
"title" => "<hr/>", |
134 |
|
"right" => array( |
135 |
|
"dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab", |
136 |
|
"dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab", |
137 |
|
), |
138 |
|
); |
139 |
// |
// |
140 |
$links[] = array( |
$links[] = array( |
141 |
"href" => "../scr/tab.php?obj=dossier_instruction_mes_encours", |
"href" => "../scr/tab.php?obj=dossier_instruction_mes_encours", |
204 |
"right" => array("dossier_instruction", "dossier_instruction_tab", ), |
"right" => array("dossier_instruction", "dossier_instruction_tab", ), |
205 |
"open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ), |
"open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ), |
206 |
); |
); |
207 |
// |
// Catégorie CONSULTATIONS |
208 |
$links[] = array( |
$links[] = array( |
209 |
"class" => "category", |
"class" => "category", |
210 |
"title" => _("consultations"), |
"title" => _("consultations"), |
211 |
"right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"), |
"right" => array("consultation_mes_retours", "consultation_tous_retours", ), |
212 |
); |
); |
213 |
$links[] = array( |
$links[] = array( |
214 |
"title" => "<hr/>", |
"title" => "<hr/>", |
215 |
"right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"), |
"right" => array("consultation_mes_retours", "consultation_tous_retours", ), |
216 |
); |
); |
217 |
$links[] = array( |
$links[] = array( |
218 |
"href" => "../scr/tab.php?obj=consultation_mes_retours", |
"href" => "../scr/tab.php?obj=consultation_mes_retours", |
228 |
"right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ), |
"right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ), |
229 |
"open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ), |
"open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ), |
230 |
); |
); |
231 |
|
// Catégorie MESSAGES |
|
|
|
232 |
$links[] = array( |
$links[] = array( |
233 |
"class" => "category", |
"class" => "category", |
234 |
"title" => _("Messages"), |
"title" => _("Messages"), |
235 |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
236 |
); |
); |
237 |
|
// |
238 |
$links[] = array( |
$links[] = array( |
239 |
"title" => "<hr/>", |
"title" => "<hr/>", |
240 |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
241 |
); |
); |
242 |
|
// |
243 |
$links[] = array( |
$links[] = array( |
244 |
"href" => "../scr/tab.php?obj=messages_mes_retours", |
"href" => "../scr/tab.php?obj=messages_mes_retours", |
245 |
"class" => "messages_mes_retours", |
"class" => "messages_mes_retours", |
247 |
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
248 |
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
249 |
); |
); |
250 |
|
// |
251 |
$links[] = array( |
$links[] = array( |
252 |
"href" => "../scr/tab.php?obj=messages_tous_retours", |
"href" => "../scr/tab.php?obj=messages_tous_retours", |
253 |
"class" => "messages_tous_retours", |
"class" => "messages_tous_retours", |
261 |
// |
// |
262 |
$menu[] = $rubrik; |
$menu[] = $rubrik; |
263 |
// }}} |
// }}} |
264 |
// {{{ Rubrique Demandes d'avis |
|
265 |
|
// {{{ Rubrique SUIVI |
266 |
// |
// |
267 |
$rubrik = array( |
$rubrik = array( |
268 |
"title" => _("Suivi"), |
"title" => _("Suivi"), |