/[openfoncier]/trunk/dyn/menu.inc.php
ViewVC logotype

Diff of /trunk/dyn/menu.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 656 by fmichon, Sun Nov 11 22:14:37 2012 UTC revision 1306 by vpihour, Tue Mar 5 14:18:24 2013 UTC
# Line 44  $links[] = array( Line 44  $links[] = array(
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&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;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(
# Line 101  $links[] = array( Line 109  $links[] = array(
109      "right" => array("qualification", "qualification_tab", ),      "right" => array("qualification", "qualification_tab", ),
110      "open" => array("tab.php|qualification", "form.php|qualification", ),      "open" => array("tab.php|qualification", "form.php|qualification", ),
111  );*/  );*/
112    
113    //
114    $rubrik['links'] = $links;
115    //
116    $menu[] = $rubrik;
117    // }}}
118    
119    // {{{ Rubrique INSTRUCTION
120    //
121    $rubrik = array(
122        "title" => _("Autorisation"),
123        "class" => "autorisation",
124        "right" => "menu_autorisation",
125    );
126    //
127    $links = array();
128    
129    $links[] = array(
130        "href" => "../scr/tab.php?obj=dossier_autorisation",
131        "class" => "dossier_autorisation",
132        "title" => _("Dossiers d'autorisation"),
133        "right" => array("dossier_autorisation", "dossier_autorisation_tab", ),
134        "open" => array("tab.php|dossier_autorisation", "dossier_autorisation.php|", ),
135    );
136  //  //
137  $rubrik['links'] = $links;  $rubrik['links'] = $links;
138  //  //
# Line 179  $links[] = array( Line 211  $links[] = array(
211  //  //
212  $links[] = array(  $links[] = array(
213      "title" => "<hr/>",      "title" => "<hr/>",
     "right" => array("PC_modificatif", "PC_modificatif_tab", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=PC_modificatif",  
     "class" => "traitement",  
     "title" => _("modificatif transfert"),  
     "right" => array("PC_modificatif", "PC_modificatif_tab", ),  
     "open" => array("|PC_modificatif", "dossier_modificatif.php|", ),  
 );  
 //  
 $links[] = array(  
     "title" => "<hr/>",  
214      "right" => array(      "right" => array(
215          "dossier_instruction", "dossier_instruction_tab",          "dossier_instruction", "dossier_instruction_tab",
216      ),      ),
# Line 204  $links[] = array( Line 223  $links[] = array(
223      "right" => array("dossier_instruction", "dossier_instruction_tab", ),      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
224      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
225  );  );
226    
227    // Catégorier Qualification
228    $links[] = array(
229        "class" => "category",
230        "title" => _("qualification"),
231        "right" => array("dossier_qualifier", ),
232    );
233    $links[] = array(
234        "title" => "<hr/>",
235        "right" => array("dossier_qualifier", ),
236    );
237    $links[] = array(
238        "href" => "../scr/tab.php?obj=dossier_qualifier",
239        "class" => "dossier_qualifier",
240        "title" => _("A qualifier"),
241        "right" => array("dossier_qualifier", "dossier_qualifier_tab", ),
242        "open" => array("tab.php|dossier_qualifier", "form.php|dossier_qualifier", ),
243    );
244  // Catégorie CONSULTATIONS  // Catégorie CONSULTATIONS
245  $links[] = array(  $links[] = array(
246      "class" => "category",      "class" => "category",
# Line 233  $links[] = array( Line 270  $links[] = array(
270      "class" => "category",      "class" => "category",
271      "title" => _("Messages"),      "title" => _("Messages"),
272      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
273        "parameters" => array("option_ERP" => "true", ),
274  );  );
275  //  //
276  $links[] = array(  $links[] = array(
277      "title" => "<hr/>",      "title" => "<hr/>",
278      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
279        "parameters" => array("option_ERP" => "true", ),
280  );  );
281  //  //
282  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 285  $links[] = array(
285      "title" => _("Mes messages"),      "title" => _("Mes messages"),
286      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
287      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
288        "parameters" => array("option_ERP" => "true", ),
289  );  );
290  //  //
291  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 294  $links[] = array(
294      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
295      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
296      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
297        "parameters" => array("option_ERP" => "true", ),
298    );
299    // Catégorie COMMISSIONS
300    $links[] = array(
301        "class" => "category",
302        "title" => _("commissions"),
303        "right" => array(
304            "commission_mes_retours", "commission_mes_retours_tab",
305            "commission_tous_retours", "commission_tous_retours_tab",
306        ),
307    );
308    $links[] = array(
309        "title" => "<hr/>",
310        "right" => array(
311            "commission_mes_retours", "commission_mes_retours_tab",
312            "commission_tous_retours", "commission_tous_retours_tab",
313        ),
314    );
315    $links[] = array(
316        "href" => "../scr/tab.php?obj=commission_mes_retours",
317        "class" => "commission_mes_retours",
318        "title" => _("Mes retours"),
319        "right" => array("commission_mes_retours", "commission_mes_retours_tab", ),
320        "open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ),
321    );
322    $links[] = array(
323        "href" => "../scr/tab.php?obj=commission_tous_retours",
324        "class" => "commission_tous_retours",
325        "title" => _("Tous les retours"),
326        "right" => array("commission_tous_retours", "commission_tous_retours_tab", ),
327        "open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ),
328  );  );
329    
330  //  //
# Line 277  $links[] = array( Line 348  $links[] = array(
348      "class" => "avis_code_barre",      "class" => "avis_code_barre",
349      "title" => _("Retour de consultation"),      "title" => _("Retour de consultation"),
350      "right" => array("avis_code_barre", ),      "right" => array("avis_code_barre", ),
351      "open" => array("avis_code_barre.php|"),      "open" => array("avis_code_barre.php|", "form.php|consultation", ),
352    );
353    
354    $links[] = array(
355        "href" => "../app/maj_dates_suivi.php",
356        "class" => "maj_dates_suivi",
357        "title" => _("Mise a jour des dates"),
358        "right" => array("maj_dates_suivi", ),
359        "open" => array("maj_dates_suivi.php|"),
360    );
361    
362    $links[] = array(
363        "href" => "../app/envoi_lettre_rar.php",
364        "class" => "envoi_lettre_rar",
365        "title" => _("Envoi lettre rar"),
366        "right" => array("envoi_lettre_rar", ),
367        "open" => array("envoi_lettre_rar.php|"),
368    );
369    //
370    $links[] = array(
371        "href" => "../app/bordereaux_envoi.php",
372        "class" => "bordereaux_envoi",
373        "title" => _("Bordereaux"),
374        "right" => array("bordereaux_envoi", ),
375        "open" => array("bordereaux_envoi.php|"),
376  );  );
377  //  //
378  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 433  $links[] = array( Line 528  $links[] = array(
528  $links[] = array(  $links[] = array(
529      "title" => "<hr/>",      "title" => "<hr/>",
530      "right" => array(      "right" => array(
531          "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",  
532           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
533          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
534          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
# Line 448  $links[] = array( Line 542  $links[] = array(
542      "right" => array("architecte", "architecte_tab", ),      "right" => array("architecte", "architecte_tab", ),
543      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|architecte", "form.php|architecte", ),
544  );  );
545  //  
 $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", ),  
 );  
546  //  //
547  $links[] = array(  $links[] = array(
548      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
# Line 514  $links[] = array( Line 571  $links[] = array(
571  );  );
572  //  //
573  $links[] = array(  $links[] = array(
     "href" => "../scr/tab.php?obj=nature",  
     "class" => "nature",  
     "title" => _("nature"),  
     "right" => array("nature", "nature_tab", ),  
     "open" => array("tab.php|nature", "form.php|nature", ),  
 );  
 //  
 $links[] = array(  
574      "href" => "../scr/tab.php?obj=rivoli",      "href" => "../scr/tab.php?obj=rivoli",
575      "class" => "rivoli",      "class" => "rivoli",
576      "title" => _("rivoli"),      "title" => _("rivoli"),
# Line 544  $links[] = array( Line 593  $links[] = array(
593      "right" => array("parametre", "parametre_tab", ),      "right" => array("parametre", "parametre_tab", ),
594      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|parametre", "form.php|parametre", ),
595  );  );
596    
597  //  //
598  $links[] = array(  $links[] = array(
599      "class" => "category",      "class" => "category",
# Line 613  $links[] = array( Line 663  $links[] = array(
663  );  );
664  //  //
665  $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(  
666      "class" => "category",      "class" => "category",
667      "title" => _("Organisation"),      "title" => _("Organisation"),
668      "right" => array("direction", "division", "instructeur"),      "right" => array(
669            "direction", "direction_tab", "division", "division_tab", "instructeur",
670            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
671            "signataire_arrete", "signataire_arrete_tab",
672        ),
673  );  );
674  $links[] = array(  $links[] = array(
675      "title" => "<hr/>",      "title" => "<hr/>",
676      "right" => array("direction", "division", "instructeur"),      "right" => array(
677            "direction", "direction_tab", "division", "division_tab", "instructeur",
678            "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
679            "signataire_arrete", "signataire_arrete_tab",
680        ),
681    );
682    //
683    $links[] = array(
684        "href" => "../scr/tab.php?obj=genre",
685        "class" => "genre",
686        "title" => _("genre"),
687        "right" => array("genre", "genre_tab", ),
688        "open" => array("tab.php|genre", "form.php|genre", ),
689    );
690    //
691    $links[] = array(
692        "href" => "../scr/tab.php?obj=groupe",
693        "class" => "groupe",
694        "title" => _("groupe"),
695        "right" => array("groupe", "groupe_tab", ),
696        "open" => array("tab.php|groupe", "form.php|groupe", ),
697  );  );
698  //  //
699  $links[] = array(  $links[] = array(
# Line 655  $links[] = array( Line 721  $links[] = array(
721  );  );
722  //  //
723  $links[] = array(  $links[] = array(
724        "href" => "../scr/tab.php?obj=signataire_arrete",
725        "class" => "signataire_arrete",
726        "title" => _("signataire arrete"),
727        "right" => array("signataire_arrete", "signataire_arrete", ),
728        "open" => array("tab.php|signataire_arrete", "form.php|signataire_arrete", ),
729    );
730    //
731    $links[] = array(
732        "class" => "category",
733        "title" => _("gestion des commissions"),
734        "right" => array(
735            "comission_type", "comission_type_tab",
736        ),
737    );
738    //
739    $links[] = array(
740        "title" => "<hr/>",
741        "right" => array(
742            "comission_type", "comission_type_tab",
743        ),
744    );
745    //
746    $links[] = array(
747        "href" => "../scr/tab.php?obj=commission_type",
748        "class" => "commission-type",
749        "title" => _("commission_type"),
750        "right" => array("commission_type", "commission_type_tab", ),
751        "open" => array("tab.php|commission_type", "form.php|commission_type", ),
752    );
753    //
754    $links[] = array(
755        "class" => "category",
756        "title" => _("gestion des consultations"),
757        "right" => array(
758            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
759            "service_categorie", "service_categorie_tab",
760            "lien_service_service_categorie", "lien_service_service_categorie_tab",
761        ),
762    );
763    //
764    $links[] = array(
765        "title" => "<hr/>",
766        "right" => array(
767            "avis_consultation", "avis_consultation_tab", "service", "service_tab",
768            "service_categorie", "service_categorie_tab",
769            "lien_service_service_categorie", "lien_service_service_categorie_tab",
770        ),
771    );
772    //
773    $links[] = array(
774        "href" => "../scr/tab.php?obj=avis_consultation",
775        "class" => "avis_consultation",
776        "title" => _("avis consultation"),
777        "right" => array("avis_consultation", "avis_consultation_tab", ),
778        "open" => array("tab.php|avis_consultation", "form.php|avis_consultation", ),
779    );
780    //
781    $links[] = array(
782        "href" => "../scr/tab.php?obj=service",
783        "class" => "service",
784        "title" => _("service"),
785        "right" => array("service", "service_tab", ),
786        "open" => array("tab.php|service", "form.php|service", ),
787    );
788    $links[] = array(
789        "href" => "../scr/tab.php?obj=service_categorie",
790        "class" => "service_categorie",
791        "title" => _("thematique des services"),
792        "right" => array("service_categorie", "service_categorie_tab", ),
793        "open" => array("tab.php|service_categorie", "form.php|service_categorie", ),
794    );
795    $links[] = array(
796        "href" => "../scr/tab.php?obj=lien_service_service_categorie",
797        "class" => "lien_service_service_categorie",
798        "title" => _("Lien service / thematique"),
799        "right" => array("lien_service_service_categorie", "lien_service_service_categorie_tab", ),
800        "open" => array("tab.php|lien_service_service_categorie", "form.php|lien_service_service_categorie", ),
801    );
802    //
803    $links[] = array(
804        "class" => "category",
805        "title" => _("Gestion des dossiers"),
806        "right" => array(
807            "dossier_autorisation_type", "dossier_autorisation_type_tab",
808            "dossier_autorisation_type_detaille",
809            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
810            "dossier_instruction_type_tab",
811            "lien_evenement_dossier_autorisation_type",
812            "lien_evenement_dossier_autorisation_type_tab",
813            "autorite_competente", "autorite_competente_tab",
814            "affectation_automatique", "affectation_automatique_tab",
815        ),
816    );
817    //
818    $links[] = array(
819        "title" => "<hr/>",
820        "right" => array(
821            "dossier_autorisation_type", "dossier_autorisation_type_tab",
822            "dossier_autorisation_type_detaille",
823            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
824            "dossier_instruction_type_tab",
825            "lien_evenement_dossier_autorisation_type",
826            "lien_evenement_dossier_autorisation_type_tab",
827            "autorite_competente", "autorite_competente_tab",
828            "affectation_automatique", "affectation_automatique_tab",
829            
830        ),
831    );
832    //
833    $links[] = array(
834        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
835        "class" => "dossier_autorisation_type",
836        "title" => _("dossier")." ".("autorisation")." "._("type"),
837        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
838        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
839    );
840    //
841    $links[] = array(
842        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
843        "class" => "dossier_autorisation_type_detaille",
844        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
845        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
846        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
847    );
848    //
849    $links[] = array(
850        "href" => "../scr/tab.php?obj=dossier_instruction_type",
851        "class" => "dossier_instruction_type",
852        "title" => _("dossier")." "._("instruction")." "._("type"),
853        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
854        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
855    );
856    //
857    $links[] = array(
858        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
859        "class" => "lien_evenement_dossier_autorisation_type",
860        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
861        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
862        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
863    );
864    //
865    $links[] = array(
866        "href" => "../scr/tab.php?obj=affectation_automatique",
867        "class" => "affectation_automatique",
868        "title" => _("affectation automatique"),
869        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
870        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
871    );
872    //
873    $links[] = array(
874        "href" => "../scr/tab.php?obj=autorite_competente",
875        "class" => "autorite_competente",
876        "title" => _("autorite")." "._("competente"),
877        "right" => array("autorite_competente", "autorite_competente_tab", ),
878        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
879    );
880    //
881    $links[] = array(
882        "class" => "category",
883        "title" => _("gestion du guichet unique"),
884        "right" => array(
885            "demande_type",
886            "demande_type_tab", "demande_nature", "demande_nature_tab",
887        ),
888    );
889    //
890    $links[] = array(
891        "title" => "<hr/>",
892        "right" => array(
893            "demande_type",
894            "demande_type_tab", "demande_nature", "demande_nature_tab",
895        ),
896    );
897    //
898    $links[] = array(
899        "href" => "../scr/tab.php?obj=demande_nature",
900        "class" => "demande_nature",
901        "title" => _("nature de la demande"),
902        "right" => array("demande_nature", "demande_nature_tab", ),
903        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
904    );
905    
906    //
907    $links[] = array(
908        "href" => "../scr/tab.php?obj=demande_type",
909        "class" => "demande_type",
910        "title" => _("type de la demande"),
911        "right" => array("demande_type", "demande_type_tab",),
912        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
913    );
914    //
915    $links[] = array(
916      "class" => "category",      "class" => "category",
917      "title" => _("editions"),      "title" => _("editions"),
918      "right" => array(      "right" => array(
# Line 695  $links[] = array( Line 953  $links[] = array(
953      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),      "open" => array("tab.php|om_lettretype", "form.php|om_lettretype", ),
954  );  );
955  //  //
956    $links[] = array(
957        "class" => "category",
958        "title" => _("Cerfa"),
959        "right" => array(
960            "cerfa", "cerfa_tab",
961        ),
962    );
963    //
964    $links[] = array(
965        "title" => "<hr/>",
966        "right" => array(
967            "cerfa", "cerfa_tab",
968        ),
969    );
970    //
971    $links[] = array(
972        "href" => "../scr/tab.php?obj=cerfa",
973        "class" => "cerfa",
974        "title" => _("cerfa"),
975        "right" => array("cerfa", "cerfa_tab", ),
976        "open" => array("tab.php|cerfa", "form.php|cerfa", ),
977    );
978    //
979  $rubrik['links'] = $links;  $rubrik['links'] = $links;
980  //  //
981  $menu[] = $rubrik;  $menu[] = $rubrik;

Legend:
Removed from v.656  
changed lines
  Added in v.1306

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26