/[openfoncier]/branches/3.14.x/dyn/menu.inc.php
ViewVC logotype

Diff of /branches/3.14.x/dyn/menu.inc.php

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

revision 859 by vpihour, Wed Nov 28 16:17:06 2012 UTC revision 1026 by fmichon, Fri Dec 7 17:41:11 2012 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&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;new=",      "href" => "../scr/form.php?obj=demande&amp;action=0&amp;advs_id=&amp;tricol=&amp;valide=&amp;retour=tab&amp;new=",
# Line 54  $links[] = array( Line 55  $links[] = array(
55      "open" => array("form.php|demande"),      "open" => array("form.php|demande"),
56  );  );
57  $links[] = array(  $links[] = array(
58      "href" => "../scr/tab.php?obj=dossier_autorisation",      "href" => "../scr/tab.php?obj=recherche_dossier",
59      "class" => "demande_dossier_existant",      "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|dossier_autorisation", "form.php|dossier_autorisation"),      "open" => array("tab.php|recherche_dossier", "form.php|recherche_dossier"),
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"),
70  );  );
71  //  //
72  $links[] = array(  $links[] = array(
# Line 233  $links[] = array( Line 241  $links[] = array(
241      "class" => "category",      "class" => "category",
242      "title" => _("Messages"),      "title" => _("Messages"),
243      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
244        "parameters" => array("option_ERP" => "true", ),
245  );  );
246  //  //
247  $links[] = array(  $links[] = array(
248      "title" => "<hr/>",      "title" => "<hr/>",
249      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
250        "parameters" => array("option_ERP" => "true", ),
251  );  );
252  //  //
253  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 256  $links[] = array(
256      "title" => _("Mes messages"),      "title" => _("Mes messages"),
257      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
258      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
259        "parameters" => array("option_ERP" => "true", ),
260  );  );
261  //  //
262  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 265  $links[] = array(
265      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
266      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
267      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
268        "parameters" => array("option_ERP" => "true", ),
269    );
270    // Catégorie COMMISSIONS
271    $links[] = array(
272        "class" => "category",
273        "title" => _("commissions"),
274        "right" => array(
275            "commissions_mes_retours", "commissions_mes_retours_tab",
276            "commissions_tous_retours", "commissions_tous_retours_tab",
277        ),
278    );
279    $links[] = array(
280        "title" => "<hr/>",
281        "right" => array(
282            "commissions_mes_retours", "commissions_mes_retours_tab",
283            "commissions_tous_retours", "commissions_tous_retours_tab",
284        ),
285    );
286    $links[] = array(
287        "href" => "../scr/tab.php?obj=commissions_mes_retours",
288        "class" => "commissions_mes_retours",
289        "title" => _("Mes retours"),
290        "right" => array("commissions_mes_retours", "commissions_mes_retours_tab", ),
291        "open" => array("tab.php|commissions_mes_retours", "form.php|commissions_mes_retours", ),
292    );
293    $links[] = array(
294        "href" => "../scr/tab.php?obj=commissions_tous_retours",
295        "class" => "commissions_tous_retours",
296        "title" => _("Tous les retours"),
297        "right" => array("commissions_tous_retours", "commissions_tous_retours_tab", ),
298        "open" => array("tab.php|commissions_tous_retours", "form.php|commissions_tous_retours", ),
299  );  );
300    
301  //  //
# Line 277  $links[] = array( Line 319  $links[] = array(
319      "class" => "avis_code_barre",      "class" => "avis_code_barre",
320      "title" => _("Retour de consultation"),      "title" => _("Retour de consultation"),
321      "right" => array("avis_code_barre", ),      "right" => array("avis_code_barre", ),
322      "open" => array("avis_code_barre.php|"),      "open" => array("avis_code_barre.php|", "form.php|consultation", ),
323  );  );
324  //  //
325  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 434  $links[] = array( Line 476  $links[] = array(
476      "title" => "<hr/>",      "title" => "<hr/>",
477      "right" => array(      "right" => array(
478          "architecte", "architecte_tab",          "architecte", "architecte_tab",
         "lien_localisation_nature", "lien_localisation_nature_tab",  
479           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
480          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
481          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
         "dossier_autorisation_type","dossier_autorisation_type_tab",  
         "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",  
         "dossier_instruction_type","dossier_instruction_type_tab",  
         "lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab",  
         "autorite_competente","autorite_competente_tab",  
482      ),      ),
483  );  );
484  //  //
# Line 453  $links[] = array( Line 489  $links[] = array(
489      "right" => array("architecte", "architecte_tab", ),      "right" => array("architecte", "architecte_tab", ),
490      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|architecte", "form.php|architecte", ),
491  );  );
492  //  
 $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", ),  
 );  
493  //  //
494  $links[] = array(  $links[] = array(
495      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
# Line 519  $links[] = array( Line 548  $links[] = array(
548      "right" => array("parametre", "parametre_tab", ),      "right" => array("parametre", "parametre_tab", ),
549      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|parametre", "form.php|parametre", ),
550  );  );
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=dossier_autorisation_type",  
     "class" => "dossier_autorisation_type",  
     "title" => _("dossier")." ".("autorisation")." "._("type"),  
     "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),  
     "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",  
     "class" => "dossier_autorisation_type_detaille",  
     "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),  
     "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),  
     "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=dossier_instruction_type",  
     "class" => "dossier_instruction_type",  
     "title" => _("dossier")." "._("instruction")." "._("type"),  
     "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),  
     "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),  
 );  
 //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",  
     "class" => "lien_evenement_dossier_autorisation_type",  
     "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),  
     "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),  
     "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),  
 );  
   
551    
552  //  //
553  $links[] = array(  $links[] = array(
     "href" => "../scr/tab.php?obj=autorite_competente",  
     "class" => "autorite_competente",  
     "title" => _("autorite")." "._("competente"),  
     "right" => array("autorite_competente", "autorite_competente_tab", ),  
     "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),  
 );  
 //  
 $links[] = array(  
554      "class" => "category",      "class" => "category",
555      "title" => _("workflows"),      "title" => _("workflows"),
556      "right" => array(      "right" => array(
# Line 634  $links[] = array( Line 622  $links[] = array(
622      "title" => _("Organisation"),      "title" => _("Organisation"),
623      "right" => array(      "right" => array(
624          "direction", "direction_tab", "division", "division_tab", "instructeur",          "direction", "direction_tab", "division", "division_tab", "instructeur",
625          "instructeur_tab", "groupe", "groupe_tab",          "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
626      ),      ),
627  );  );
628  $links[] = array(  $links[] = array(
629      "title" => "<hr/>",      "title" => "<hr/>",
630      "right" => array(      "right" => array(
631          "direction", "direction_tab", "division", "division_tab", "instructeur",          "direction", "direction_tab", "division", "division_tab", "instructeur",
632          "instructeur_tab", "groupe", "groupe_tab",          "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
633      ),      ),
634  );  );
635  //  //
636  $links[] = array(  $links[] = array(
637        "href" => "../scr/tab.php?obj=genre",
638        "class" => "genre",
639        "title" => _("genre"),
640        "right" => array("genre", "genre_tab", ),
641        "open" => array("tab.php|genre", "form.php|genre", ),
642    );
643    //
644    $links[] = array(
645      "href" => "../scr/tab.php?obj=groupe",      "href" => "../scr/tab.php?obj=groupe",
646      "class" => "groupe",      "class" => "groupe",
647      "title" => _("groupe"),      "title" => _("groupe"),
# Line 679  $links[] = array( Line 675  $links[] = array(
675  //  //
676  $links[] = array(  $links[] = array(
677      "class" => "category",      "class" => "category",
678        "title" => _("gestion des commissions"),
679        "right" => array(
680            "comission_type", "comission_type_tab",
681        ),
682    );
683    //
684    $links[] = array(
685        "title" => "<hr/>",
686        "right" => array(
687            "comission_type", "comission_type_tab",
688        ),
689    );
690    //
691    $links[] = array(
692        "href" => "../scr/tab.php?obj=commission_type",
693        "class" => "commission-type",
694        "title" => _("commission_type"),
695        "right" => array("commission_type", "commission_type_tab", ),
696        "open" => array("tab.php|commission_type", "form.php|commission_type", ),
697    );
698    //
699    $links[] = array(
700        "class" => "category",
701      "title" => _("gestion des consultations"),      "title" => _("gestion des consultations"),
702      "right" => array(      "right" => array(
703          "avis_consultation", "avis_consultation_tab", "service", "service_tab",          "avis_consultation", "avis_consultation_tab", "service", "service_tab",
# Line 728  $links[] = array( Line 747  $links[] = array(
747  //  //
748  $links[] = array(  $links[] = array(
749      "class" => "category",      "class" => "category",
750        "title" => _("Gestion des dossiers"),
751        "right" => array(
752            "dossier_autorisation_type", "dossier_autorisation_type_tab",
753            "dossier_autorisation_type_detaille",
754            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
755            "dossier_instruction_type_tab",
756            "lien_evenement_dossier_autorisation_type",
757            "lien_evenement_dossier_autorisation_type_tab",
758            "autorite_competente", "autorite_competente_tab",
759            "affectation_automatique", "affectation_automatique_tab",
760        ),
761    );
762    //
763    $links[] = array(
764        "title" => "<hr/>",
765        "right" => array(
766            "dossier_autorisation_type", "dossier_autorisation_type_tab",
767            "dossier_autorisation_type_detaille",
768            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
769            "dossier_instruction_type_tab",
770            "lien_evenement_dossier_autorisation_type",
771            "lien_evenement_dossier_autorisation_type_tab",
772            "autorite_competente", "autorite_competente_tab",
773            "affectation_automatique", "affectation_automatique_tab",
774            
775        ),
776    );
777    //
778    $links[] = array(
779        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
780        "class" => "dossier_autorisation_type",
781        "title" => _("dossier")." ".("autorisation")." "._("type"),
782        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
783        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
784    );
785    //
786    $links[] = array(
787        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
788        "class" => "dossier_autorisation_type_detaille",
789        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
790        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
791        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
792    );
793    //
794    $links[] = array(
795        "href" => "../scr/tab.php?obj=dossier_instruction_type",
796        "class" => "dossier_instruction_type",
797        "title" => _("dossier")." "._("instruction")." "._("type"),
798        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
799        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
800    );
801    //
802    $links[] = array(
803        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
804        "class" => "lien_evenement_dossier_autorisation_type",
805        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
806        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
807        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
808    );
809    //
810    $links[] = array(
811        "href" => "../scr/tab.php?obj=affectation_automatique",
812        "class" => "affectation_automatique",
813        "title" => _("affectation automatique"),
814        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
815        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
816    );
817    //
818    $links[] = array(
819        "href" => "../scr/tab.php?obj=autorite_competente",
820        "class" => "autorite_competente",
821        "title" => _("autorite")." "._("competente"),
822        "right" => array("autorite_competente", "autorite_competente_tab", ),
823        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
824    );
825    //
826    $links[] = array(
827        "class" => "category",
828      "title" => _("gestion du guichet unique"),      "title" => _("gestion du guichet unique"),
829      "right" => array(      "right" => array(
830          "demande_genre", "demande_genre_tab", "demande_type",          "demande_type",
831          "demande_type_tab", "demande_nature", "demande_nature_tab",          "demande_type_tab", "demande_nature", "demande_nature_tab",
832      ),      ),
833  );  );
# Line 738  $links[] = array( Line 835  $links[] = array(
835  $links[] = array(  $links[] = array(
836      "title" => "<hr/>",      "title" => "<hr/>",
837      "right" => array(      "right" => array(
838          "demande_genre", "demande_genre_tab", "demande_type",          "demande_type",
839          "demande_type_tab", "demande_nature", "demande_nature_tab",          "demande_type_tab", "demande_nature", "demande_nature_tab",
840      ),      ),
841  );  );
# Line 750  $links[] = array( Line 847  $links[] = array(
847      "right" => array("demande_nature", "demande_nature_tab", ),      "right" => array("demande_nature", "demande_nature_tab", ),
848      "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),      "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
849  );  );
850  //  
 $links[] = array(  
     "href" => "../scr/tab.php?obj=demande_genre",  
     "class" => "demande_genre",  
     "title" => _("genre de la demande"),  
     "right" => array("demande_genre", "demande_genre_tab", ),  
     "open" => array("tab.php|demande_genre", "form.php|demande_genre", ),  
 );  
851  //  //
852  $links[] = array(  $links[] = array(
853      "href" => "../scr/tab.php?obj=demande_type",      "href" => "../scr/tab.php?obj=demande_type",

Legend:
Removed from v.859  
changed lines
  Added in v.1026

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26