44 |
$links[] = array( |
$links[] = array( |
45 |
"title" => "<hr/>", |
"title" => "<hr/>", |
46 |
"right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab", |
"right" => array("demande_nouveau_dossier","demande_nouveau_dossier_tab", |
47 |
"demande_dossier_existant","demande_dossier_existant_tab",), |
"demande_dossier_existant","demande_dossier_existant_tab", |
48 |
|
"demande_recepisse_demande","demande_recepisse_demande_tab",), |
49 |
); |
); |
50 |
$links[] = array( |
$links[] = array( |
51 |
"href" => "../scr/form.php?obj=demande&action=0&advs_id=&tricol=&valide=&retour=tab&new=", |
"href" => "../scr/form.php?obj=demande_nouveau_dossier&action=0&advs_id=&tricol=&valide=&retour=tab&new=", |
52 |
"class" => "demande", |
"class" => "demande", |
53 |
"title" => _("nouveau dossier"), |
"title" => _("nouveau dossier"), |
54 |
"right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ), |
"right" => array("demande_nouveau_dossier", "demande_nouveau_dossier_tab", ), |
55 |
"open" => array("tab.php|demande", "form.php|demande", ), |
"open" => array("form.php|demande_nouveau_dossier",), |
56 |
); |
); |
57 |
$links[] = array( |
$links[] = array( |
58 |
"href" => "../scr/tab.php?obj=demande", |
"href" => "../scr/tab.php?obj=demande_dossier_existant", |
59 |
"class" => "demande", |
"class" => "demande_dossier_existant", |
60 |
"title" => _("dossier existant"), |
"title" => _("dossier existant"), |
61 |
"right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ), |
"right" => array("demande_dossier_existant", "demande_dossier_existant_tab", ), |
62 |
"open" => array("tab.php|demande", "form.php|demande", ), |
"open" => array("tab.php|demande_dossier_existant", "form.php|demande_dossier_existant"), |
63 |
|
); |
64 |
|
$links[] = array( |
65 |
|
"href" => "../scr/tab.php?obj=demande", |
66 |
|
"class" => "demande", |
67 |
|
"title" => _("recepisse de demande"), |
68 |
|
"right" => array("demande_recepisse_demande", "demande_recepisse_demande_tab", ), |
69 |
|
"open" => array("tab.php|demande","form.php|demande"), |
70 |
); |
); |
71 |
// |
// |
72 |
$links[] = array( |
$links[] = array( |
73 |
"class" => "category", |
"class" => "category", |
74 |
"title" => _("Affichage des dossiers"), |
"title" => _("Affichage des dossiers"), |
75 |
"right" => array("edition", "edition_tab","attestation_affichage","attestation_affichage_tab",), |
"right" => array("edition_reglementaire","attestation_affichage",), |
76 |
); |
); |
77 |
$links[] = array( |
$links[] = array( |
78 |
"title" => "<hr/>", |
"title" => "<hr/>", |
79 |
"right" => array("edition", "attestation_affichage"), |
"right" => array("edition", "attestation_affichage"), |
80 |
); |
); |
81 |
$links[] = array( |
$links[] = array( |
82 |
"href" => "../app/edition_affichage.php", |
"href" => "../app/edition_reglementaire.php", |
83 |
"class" => "edition", |
"class" => "edition", |
84 |
"title" => _("edition"), |
"title" => _("edition reglementaire"), |
85 |
"right" => array("edition", "edition_tab", ), |
"right" => "edition_reglementaire", |
86 |
"open" => array("tab.php|edition", "form.php|edition", ), |
"open" => "edition_reglementaire.php|", |
87 |
); |
); |
88 |
$links[] = array( |
$links[] = array( |
89 |
"href" => "../app/attestation_affichage.php", |
"href" => "../app/attestation_affichage.php", |
90 |
"class" => "attestation_affichage", |
"class" => "attestation_affichage", |
91 |
"title" => _("attestation d'affichage"), |
"title" => _("attestation d'affichage"), |
92 |
"right" => array("attestation_affichage", "attestation_affichage_tab", ), |
"right" => "attestation_affichage", |
93 |
"open" => array("tab.php|attestation_affichage", "form.php|attestation_affichage", ), |
"open" => "attestation_affichage.php|", |
94 |
); |
); |
95 |
// |
// |
96 |
/*$links[] = array( |
/*$links[] = array( |
134 |
"dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", |
"dossier_instruction_mes_clotures", "dossier_instruction_mes_clotures_tab", |
135 |
"dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", |
"dossier_instruction_tous_clotures", "dossier_instruction_tous_clotures_tab", |
136 |
"dossier_instruction", "dossier_instruction_tab", |
"dossier_instruction", "dossier_instruction_tab", |
137 |
|
"dossiers_limites", "dossiers_limites_tab", |
138 |
"PC_modificatif", "PC_modificatif_tab", |
"PC_modificatif", "PC_modificatif_tab", |
139 |
), |
), |
140 |
); |
); |
171 |
); |
); |
172 |
// |
// |
173 |
$links[] = array( |
$links[] = array( |
174 |
|
"title" => "<hr/>", |
175 |
|
"right" => array( |
176 |
|
"dossiers_limites", "dossiers_limites_tab", |
177 |
|
"dossiers_limites", "dossiers_limites_tab", |
178 |
|
), |
179 |
|
); |
180 |
|
// |
181 |
|
$links[] = array( |
182 |
"href" => "../scr/tab.php?obj=dossier_instruction_mes_clotures", |
"href" => "../scr/tab.php?obj=dossier_instruction_mes_clotures", |
183 |
"class" => "dossier_instruction_mes_clotures", |
"class" => "dossier_instruction_mes_clotures", |
184 |
"title" => _("mes clotures"), |
"title" => _("mes clotures"), |
210 |
$links[] = array( |
$links[] = array( |
211 |
"title" => "<hr/>", |
"title" => "<hr/>", |
212 |
"right" => array( |
"right" => array( |
213 |
|
"dossiers_limites", "dossiers_limites_tab", |
214 |
|
), |
215 |
|
); |
216 |
|
// |
217 |
|
$links[] = array( |
218 |
|
"href" => "../scr/tab.php?obj=dossiers_limites", |
219 |
|
"class" => "dossiers_limites", |
220 |
|
"title" => _("dossiers_limites"), |
221 |
|
"right" => array("dossiers_limites", "dossiers_limites_tab", ), |
222 |
|
"open" => array("tab.php|dossiers_limites", "form.php|dossiers_limites", ), |
223 |
|
); |
224 |
|
// |
225 |
|
$links[] = array( |
226 |
|
"title" => "<hr/>", |
227 |
|
"right" => array( |
228 |
"dossier_instruction", "dossier_instruction_tab", |
"dossier_instruction", "dossier_instruction_tab", |
229 |
), |
), |
230 |
); |
); |
265 |
"class" => "category", |
"class" => "category", |
266 |
"title" => _("Messages"), |
"title" => _("Messages"), |
267 |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
268 |
|
"parameters" => array("option_ERP" => "true", ), |
269 |
); |
); |
270 |
// |
// |
271 |
$links[] = array( |
$links[] = array( |
272 |
"title" => "<hr/>", |
"title" => "<hr/>", |
273 |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
"right" => array("messages_mes_retours", "messages_tous_retours"), |
274 |
|
"parameters" => array("option_ERP" => "true", ), |
275 |
); |
); |
276 |
// |
// |
277 |
$links[] = array( |
$links[] = array( |
280 |
"title" => _("Mes messages"), |
"title" => _("Mes messages"), |
281 |
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
282 |
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
283 |
|
"parameters" => array("option_ERP" => "true", ), |
284 |
); |
); |
285 |
// |
// |
286 |
$links[] = array( |
$links[] = array( |
289 |
"title" => _("Tous les messages"), |
"title" => _("Tous les messages"), |
290 |
"right" => array("messages_tous_retours", "messages_tous_retours_tab", ), |
"right" => array("messages_tous_retours", "messages_tous_retours_tab", ), |
291 |
"open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ), |
"open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ), |
292 |
|
"parameters" => array("option_ERP" => "true", ), |
293 |
|
); |
294 |
|
// Catégorie COMMISSIONS |
295 |
|
$links[] = array( |
296 |
|
"class" => "category", |
297 |
|
"title" => _("commissions"), |
298 |
|
"right" => array( |
299 |
|
"commission_mes_retours", "commission_mes_retours_tab", |
300 |
|
"commission_tous_retours", "commission_tous_retours_tab", |
301 |
|
), |
302 |
|
); |
303 |
|
$links[] = array( |
304 |
|
"title" => "<hr/>", |
305 |
|
"right" => array( |
306 |
|
"commission_mes_retours", "commission_mes_retours_tab", |
307 |
|
"commission_tous_retours", "commission_tous_retours_tab", |
308 |
|
), |
309 |
|
); |
310 |
|
$links[] = array( |
311 |
|
"href" => "../scr/tab.php?obj=commission_mes_retours", |
312 |
|
"class" => "commission_mes_retours", |
313 |
|
"title" => _("Mes retours"), |
314 |
|
"right" => array("commission_mes_retours", "commission_mes_retours_tab", ), |
315 |
|
"open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ), |
316 |
|
); |
317 |
|
$links[] = array( |
318 |
|
"href" => "../scr/tab.php?obj=commission_tous_retours", |
319 |
|
"class" => "commission_tous_retours", |
320 |
|
"title" => _("Tous les retours"), |
321 |
|
"right" => array("commission_tous_retours", "commission_tous_retours_tab", ), |
322 |
|
"open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ), |
323 |
); |
); |
324 |
|
|
325 |
// |
// |
343 |
"class" => "avis_code_barre", |
"class" => "avis_code_barre", |
344 |
"title" => _("Retour de consultation"), |
"title" => _("Retour de consultation"), |
345 |
"right" => array("avis_code_barre", ), |
"right" => array("avis_code_barre", ), |
346 |
"open" => array("avis_code_barre.php|"), |
"open" => array("avis_code_barre.php|", "form.php|consultation", ), |
347 |
); |
); |
348 |
// |
// |
349 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
499 |
$links[] = array( |
$links[] = array( |
500 |
"title" => "<hr/>", |
"title" => "<hr/>", |
501 |
"right" => array( |
"right" => array( |
502 |
"architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab", |
"architecte", "architecte_tab", |
|
"lien_localisation_nature", "lien_localisation_nature_tab", |
|
503 |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
"travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab", |
504 |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
"destination", "destination_tab", "nature", "nature_tab", "rivoli", |
505 |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
"rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab", |
513 |
"right" => array("architecte", "architecte_tab", ), |
"right" => array("architecte", "architecte_tab", ), |
514 |
"open" => array("tab.php|architecte", "form.php|architecte", ), |
"open" => array("tab.php|architecte", "form.php|architecte", ), |
515 |
); |
); |
516 |
// |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=service", |
|
|
"class" => "service", |
|
|
"title" => _("service"), |
|
|
"right" => array("service", "service_tab", ), |
|
|
"open" => array("tab.php|service", "form.php|service", ), |
|
|
); |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=service_categorie", |
|
|
"class" => "service_categorie", |
|
|
"title" => _("thematique des services"), |
|
|
"right" => array("service_categorie", "service_categorie_tab", ), |
|
|
"open" => array("tab.php|service_categorie", "form.php|service_categorie", ), |
|
|
); |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=lien_service_service_categorie", |
|
|
"class" => "lien_service_service_categorie", |
|
|
"title" => _("Lien service / thematique"), |
|
|
"right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ), |
|
|
"open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ), |
|
|
); |
|
|
// |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=instructeur", |
|
|
"class" => "instructeur", |
|
|
"title" => _("instructeur"), |
|
|
"right" => array("instructeur", "instructeur_tab", ), |
|
|
"open" => array("tab.php|instructeur", "form.php|instructeur", ), |
|
|
); |
|
|
// |
|
|
$links[] = array( |
|
|
"href" => "../scr/tab.php?obj=lien_localisation_nature", |
|
|
"class" => "lien_localisation_nature", |
|
|
"title" => _("Lien instructeur / localisation / type de dossier"), |
|
|
"right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ), |
|
|
"open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ), |
|
|
); |
|
517 |
// |
// |
518 |
$links[] = array( |
$links[] = array( |
519 |
"href" => "../scr/tab.php?obj=travaux", |
"href" => "../scr/tab.php?obj=travaux", |
572 |
"right" => array("parametre", "parametre_tab", ), |
"right" => array("parametre", "parametre_tab", ), |
573 |
"open" => array("tab.php|parametre", "form.php|parametre", ), |
"open" => array("tab.php|parametre", "form.php|parametre", ), |
574 |
); |
); |
575 |
|
|
576 |
// |
// |
577 |
$links[] = array( |
$links[] = array( |
578 |
"class" => "category", |
"class" => "category", |
642 |
); |
); |
643 |
// |
// |
644 |
$links[] = array( |
$links[] = array( |
|
"href" => "../scr/tab.php?obj=avis_consultation", |
|
|
"class" => "avis_consultation", |
|
|
"title" => _("avis consultation"), |
|
|
"right" => array("avis_consultation", "avis_consultation_tab", ), |
|
|
"open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ), |
|
|
); |
|
|
// |
|
|
$links[] = array( |
|
645 |
"class" => "category", |
"class" => "category", |
646 |
"title" => _("Organisation"), |
"title" => _("Organisation"), |
647 |
"right" => array("direction", "division", "instructeur"), |
"right" => array( |
648 |
|
"direction", "direction_tab", "division", "division_tab", "instructeur", |
649 |
|
"instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab", |
650 |
|
), |
651 |
); |
); |
652 |
$links[] = array( |
$links[] = array( |
653 |
"title" => "<hr/>", |
"title" => "<hr/>", |
654 |
"right" => array("direction", "division", "instructeur"), |
"right" => array( |
655 |
|
"direction", "direction_tab", "division", "division_tab", "instructeur", |
656 |
|
"instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab", |
657 |
|
), |
658 |
|
); |
659 |
|
// |
660 |
|
$links[] = array( |
661 |
|
"href" => "../scr/tab.php?obj=genre", |
662 |
|
"class" => "genre", |
663 |
|
"title" => _("genre"), |
664 |
|
"right" => array("genre", "genre_tab", ), |
665 |
|
"open" => array("tab.php|genre", "form.php|genre", ), |
666 |
|
); |
667 |
|
// |
668 |
|
$links[] = array( |
669 |
|
"href" => "../scr/tab.php?obj=groupe", |
670 |
|
"class" => "groupe", |
671 |
|
"title" => _("groupe"), |
672 |
|
"right" => array("groupe", "groupe_tab", ), |
673 |
|
"open" => array("tab.php|groupe", "form.php|groupe", ), |
674 |
); |
); |
675 |
// |
// |
676 |
$links[] = array( |
$links[] = array( |
698 |
); |
); |
699 |
// |
// |
700 |
$links[] = array( |
$links[] = array( |
701 |
|
"class" => "category", |
702 |
|
"title" => _("gestion des commissions"), |
703 |
|
"right" => array( |
704 |
|
"comission_type", "comission_type_tab", |
705 |
|
), |
706 |
|
); |
707 |
|
// |
708 |
|
$links[] = array( |
709 |
|
"title" => "<hr/>", |
710 |
|
"right" => array( |
711 |
|
"comission_type", "comission_type_tab", |
712 |
|
), |
713 |
|
); |
714 |
|
// |
715 |
|
$links[] = array( |
716 |
|
"href" => "../scr/tab.php?obj=commission_type", |
717 |
|
"class" => "commission-type", |
718 |
|
"title" => _("commission_type"), |
719 |
|
"right" => array("commission_type", "commission_type_tab", ), |
720 |
|
"open" => array("tab.php|commission_type", "form.php|commission_type", ), |
721 |
|
); |
722 |
|
// |
723 |
|
$links[] = array( |
724 |
|
"class" => "category", |
725 |
|
"title" => _("gestion des consultations"), |
726 |
|
"right" => array( |
727 |
|
"avis_consultation", "avis_consultation_tab", "service", "service_tab", |
728 |
|
"service_categorie", "service_categorie_tab", |
729 |
|
"lien_service_service_categorie", "lien_service_service_categorie_tab", |
730 |
|
), |
731 |
|
); |
732 |
|
// |
733 |
|
$links[] = array( |
734 |
|
"title" => "<hr/>", |
735 |
|
"right" => array( |
736 |
|
"avis_consultation", "avis_consultation_tab", "service", "service_tab", |
737 |
|
"service_categorie", "service_categorie_tab", |
738 |
|
"lien_service_service_categorie", "lien_service_service_categorie_tab", |
739 |
|
), |
740 |
|
); |
741 |
|
// |
742 |
|
$links[] = array( |
743 |
|
"href" => "../scr/tab.php?obj=avis_consultation", |
744 |
|
"class" => "avis_consultation", |
745 |
|
"title" => _("avis consultation"), |
746 |
|
"right" => array("avis_consultation", "avis_consultation_tab", ), |
747 |
|
"open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ), |
748 |
|
); |
749 |
|
// |
750 |
|
$links[] = array( |
751 |
|
"href" => "../scr/tab.php?obj=service", |
752 |
|
"class" => "service", |
753 |
|
"title" => _("service"), |
754 |
|
"right" => array("service", "service_tab", ), |
755 |
|
"open" => array("tab.php|service", "form.php|service", ), |
756 |
|
); |
757 |
|
$links[] = array( |
758 |
|
"href" => "../scr/tab.php?obj=service_categorie", |
759 |
|
"class" => "service_categorie", |
760 |
|
"title" => _("thematique des services"), |
761 |
|
"right" => array("service_categorie", "service_categorie_tab", ), |
762 |
|
"open" => array("tab.php|service_categorie", "form.php|service_categorie", ), |
763 |
|
); |
764 |
|
$links[] = array( |
765 |
|
"href" => "../scr/tab.php?obj=lien_service_service_categorie", |
766 |
|
"class" => "lien_service_service_categorie", |
767 |
|
"title" => _("Lien service / thematique"), |
768 |
|
"right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ), |
769 |
|
"open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ), |
770 |
|
); |
771 |
|
// |
772 |
|
$links[] = array( |
773 |
|
"class" => "category", |
774 |
|
"title" => _("Gestion des dossiers"), |
775 |
|
"right" => array( |
776 |
|
"dossier_autorisation_type", "dossier_autorisation_type_tab", |
777 |
|
"dossier_autorisation_type_detaille", |
778 |
|
"dossier_autorisation_type_detaille_tab", "dossier_instruction_type", |
779 |
|
"dossier_instruction_type_tab", |
780 |
|
"lien_evenement_dossier_autorisation_type", |
781 |
|
"lien_evenement_dossier_autorisation_type_tab", |
782 |
|
"autorite_competente", "autorite_competente_tab", |
783 |
|
"affectation_automatique", "affectation_automatique_tab", |
784 |
|
), |
785 |
|
); |
786 |
|
// |
787 |
|
$links[] = array( |
788 |
|
"title" => "<hr/>", |
789 |
|
"right" => array( |
790 |
|
"dossier_autorisation_type", "dossier_autorisation_type_tab", |
791 |
|
"dossier_autorisation_type_detaille", |
792 |
|
"dossier_autorisation_type_detaille_tab", "dossier_instruction_type", |
793 |
|
"dossier_instruction_type_tab", |
794 |
|
"lien_evenement_dossier_autorisation_type", |
795 |
|
"lien_evenement_dossier_autorisation_type_tab", |
796 |
|
"autorite_competente", "autorite_competente_tab", |
797 |
|
"affectation_automatique", "affectation_automatique_tab", |
798 |
|
|
799 |
|
), |
800 |
|
); |
801 |
|
// |
802 |
|
$links[] = array( |
803 |
|
"href" => "../scr/tab.php?obj=dossier_autorisation_type", |
804 |
|
"class" => "dossier_autorisation_type", |
805 |
|
"title" => _("dossier")." ".("autorisation")." "._("type"), |
806 |
|
"right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ), |
807 |
|
"open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ), |
808 |
|
); |
809 |
|
// |
810 |
|
$links[] = array( |
811 |
|
"href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille", |
812 |
|
"class" => "dossier_autorisation_type_detaille", |
813 |
|
"title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"), |
814 |
|
"right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ), |
815 |
|
"open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ), |
816 |
|
); |
817 |
|
// |
818 |
|
$links[] = array( |
819 |
|
"href" => "../scr/tab.php?obj=dossier_instruction_type", |
820 |
|
"class" => "dossier_instruction_type", |
821 |
|
"title" => _("dossier")." "._("instruction")." "._("type"), |
822 |
|
"right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ), |
823 |
|
"open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ), |
824 |
|
); |
825 |
|
// |
826 |
|
$links[] = array( |
827 |
|
"href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type", |
828 |
|
"class" => "lien_evenement_dossier_autorisation_type", |
829 |
|
"title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"), |
830 |
|
"right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ), |
831 |
|
"open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ), |
832 |
|
); |
833 |
|
// |
834 |
|
$links[] = array( |
835 |
|
"href" => "../scr/tab.php?obj=affectation_automatique", |
836 |
|
"class" => "affectation_automatique", |
837 |
|
"title" => _("affectation automatique"), |
838 |
|
"right" => array("affectation_automatique", "affectation_automatique_tab", ), |
839 |
|
"open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ), |
840 |
|
); |
841 |
|
// |
842 |
|
$links[] = array( |
843 |
|
"href" => "../scr/tab.php?obj=autorite_competente", |
844 |
|
"class" => "autorite_competente", |
845 |
|
"title" => _("autorite")." "._("competente"), |
846 |
|
"right" => array("autorite_competente", "autorite_competente_tab", ), |
847 |
|
"open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ), |
848 |
|
); |
849 |
|
// |
850 |
|
$links[] = array( |
851 |
|
"class" => "category", |
852 |
|
"title" => _("gestion du guichet unique"), |
853 |
|
"right" => array( |
854 |
|
"demande_type", |
855 |
|
"demande_type_tab", "demande_nature", "demande_nature_tab", |
856 |
|
), |
857 |
|
); |
858 |
|
// |
859 |
|
$links[] = array( |
860 |
|
"title" => "<hr/>", |
861 |
|
"right" => array( |
862 |
|
"demande_type", |
863 |
|
"demande_type_tab", "demande_nature", "demande_nature_tab", |
864 |
|
), |
865 |
|
); |
866 |
|
// |
867 |
|
$links[] = array( |
868 |
|
"href" => "../scr/tab.php?obj=demande_nature", |
869 |
|
"class" => "demande_nature", |
870 |
|
"title" => _("nature de la demande"), |
871 |
|
"right" => array("demande_nature", "demande_nature_tab", ), |
872 |
|
"open" => array("tab.php|demande_nature", "form.php|demande_nature", ), |
873 |
|
); |
874 |
|
|
875 |
|
// |
876 |
|
$links[] = array( |
877 |
|
"href" => "../scr/tab.php?obj=demande_type", |
878 |
|
"class" => "demande_type", |
879 |
|
"title" => _("type de la demande"), |
880 |
|
"right" => array("demande_type", "demande_type_tab",), |
881 |
|
"open" => array("tab.php|demande_type", "form.php|demande_type", ), |
882 |
|
); |
883 |
|
// |
884 |
|
$links[] = array( |
885 |
"class" => "category", |
"class" => "category", |
886 |
"title" => _("editions"), |
"title" => _("editions"), |
887 |
"right" => array( |
"right" => array( |