/[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 859 by vpihour, Wed Nov 28 16:17:06 2012 UTC revision 957 by fmichon, Mon Dec 3 01:53:09 2012 UTC
# Line 233  $links[] = array( Line 233  $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        "parameters" => array("option_ERP" => "true", ),
237  );  );
238  //  //
239  $links[] = array(  $links[] = array(
240      "title" => "<hr/>",      "title" => "<hr/>",
241      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
242        "parameters" => array("option_ERP" => "true", ),
243  );  );
244  //  //
245  $links[] = array(  $links[] = array(
# Line 246  $links[] = array( Line 248  $links[] = array(
248      "title" => _("Mes messages"),      "title" => _("Mes messages"),
249      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
250      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
251        "parameters" => array("option_ERP" => "true", ),
252  );  );
253  //  //
254  $links[] = array(  $links[] = array(
# Line 254  $links[] = array( Line 257  $links[] = array(
257      "title" => _("Tous les messages"),      "title" => _("Tous les messages"),
258      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),      "right" => array("messages_tous_retours", "messages_tous_retours_tab", ),
259      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),      "open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ),
260        "parameters" => array("option_ERP" => "true", ),
261  );  );
262    
263  //  //
# Line 277  $links[] = array( Line 281  $links[] = array(
281      "class" => "avis_code_barre",      "class" => "avis_code_barre",
282      "title" => _("Retour de consultation"),      "title" => _("Retour de consultation"),
283      "right" => array("avis_code_barre", ),      "right" => array("avis_code_barre", ),
284      "open" => array("avis_code_barre.php|"),      "open" => array("avis_code_barre.php|", "form.php|consultation", ),
285  );  );
286  //  //
287  $rubrik['links'] = $links;  $rubrik['links'] = $links;
# Line 434  $links[] = array( Line 438  $links[] = array(
438      "title" => "<hr/>",      "title" => "<hr/>",
439      "right" => array(      "right" => array(
440          "architecte", "architecte_tab",          "architecte", "architecte_tab",
         "lien_localisation_nature", "lien_localisation_nature_tab",  
441           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
442          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
443          "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",  
444      ),      ),
445  );  );
446  //  //
# Line 453  $links[] = array( Line 451  $links[] = array(
451      "right" => array("architecte", "architecte_tab", ),      "right" => array("architecte", "architecte_tab", ),
452      "open" => array("tab.php|architecte", "form.php|architecte", ),      "open" => array("tab.php|architecte", "form.php|architecte", ),
453  );  );
454  //  
 $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", ),  
 );  
455  //  //
456  $links[] = array(  $links[] = array(
457      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
# Line 519  $links[] = array( Line 510  $links[] = array(
510      "right" => array("parametre", "parametre_tab", ),      "right" => array("parametre", "parametre_tab", ),
511      "open" => array("tab.php|parametre", "form.php|parametre", ),      "open" => array("tab.php|parametre", "form.php|parametre", ),
512  );  );
 //  
 $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", ),  
 );  
   
513    
514  //  //
515  $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(  
516      "class" => "category",      "class" => "category",
517      "title" => _("workflows"),      "title" => _("workflows"),
518      "right" => array(      "right" => array(
# Line 634  $links[] = array( Line 584  $links[] = array(
584      "title" => _("Organisation"),      "title" => _("Organisation"),
585      "right" => array(      "right" => array(
586          "direction", "direction_tab", "division", "division_tab", "instructeur",          "direction", "direction_tab", "division", "division_tab", "instructeur",
587          "instructeur_tab", "groupe", "groupe_tab",          "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
588      ),      ),
589  );  );
590  $links[] = array(  $links[] = array(
591      "title" => "<hr/>",      "title" => "<hr/>",
592      "right" => array(      "right" => array(
593          "direction", "direction_tab", "division", "division_tab", "instructeur",          "direction", "direction_tab", "division", "division_tab", "instructeur",
594          "instructeur_tab", "groupe", "groupe_tab",          "instructeur_tab", "groupe", "groupe_tab", "genre", "genre_tab",
595      ),      ),
596  );  );
597  //  //
598  $links[] = array(  $links[] = array(
599        "href" => "../scr/tab.php?obj=genre",
600        "class" => "genre",
601        "title" => _("genre"),
602        "right" => array("genre", "genre_tab", ),
603        "open" => array("tab.php|genre", "form.php|genre", ),
604    );
605    //
606    $links[] = array(
607      "href" => "../scr/tab.php?obj=groupe",      "href" => "../scr/tab.php?obj=groupe",
608      "class" => "groupe",      "class" => "groupe",
609      "title" => _("groupe"),      "title" => _("groupe"),
# Line 728  $links[] = array( Line 686  $links[] = array(
686  //  //
687  $links[] = array(  $links[] = array(
688      "class" => "category",      "class" => "category",
689        "title" => _("Gestion des dossiers"),
690        "right" => array(
691            "dossier_autorisation_type", "dossier_autorisation_type_tab",
692            "dossier_autorisation_type_detaille",
693            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
694            "dossier_instruction_type_tab",
695            "lien_evenement_dossier_autorisation_type",
696            "lien_evenement_dossier_autorisation_type_tab",
697            "autorite_competente", "autorite_competente_tab",
698            "affectation_automatique", "affectation_automatique_tab",
699        ),
700    );
701    //
702    $links[] = array(
703        "title" => "<hr/>",
704        "right" => array(
705            "dossier_autorisation_type", "dossier_autorisation_type_tab",
706            "dossier_autorisation_type_detaille",
707            "dossier_autorisation_type_detaille_tab", "dossier_instruction_type",
708            "dossier_instruction_type_tab",
709            "lien_evenement_dossier_autorisation_type",
710            "lien_evenement_dossier_autorisation_type_tab",
711            "autorite_competente", "autorite_competente_tab",
712            "affectation_automatique", "affectation_automatique_tab",
713            
714        ),
715    );
716    //
717    $links[] = array(
718        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
719        "class" => "dossier_autorisation_type",
720        "title" => _("dossier")." ".("autorisation")." "._("type"),
721        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
722        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
723    );
724    //
725    $links[] = array(
726        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
727        "class" => "dossier_autorisation_type_detaille",
728        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
729        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
730        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
731    );
732    //
733    $links[] = array(
734        "href" => "../scr/tab.php?obj=dossier_instruction_type",
735        "class" => "dossier_instruction_type",
736        "title" => _("dossier")." "._("instruction")." "._("type"),
737        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
738        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
739    );
740    //
741    $links[] = array(
742        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
743        "class" => "lien_evenement_dossier_autorisation_type",
744        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
745        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
746        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
747    );
748    //
749    $links[] = array(
750        "href" => "../scr/tab.php?obj=affectation_automatique",
751        "class" => "affectation_automatique",
752        "title" => _("affectation automatique"),
753        "right" => array("affectation_automatique", "affectation_automatique_tab", ),
754        "open" => array("tab.php|affectation_automatique", "form.php|affectation_automatique", ),
755    );
756    //
757    $links[] = array(
758        "href" => "../scr/tab.php?obj=autorite_competente",
759        "class" => "autorite_competente",
760        "title" => _("autorite")." "._("competente"),
761        "right" => array("autorite_competente", "autorite_competente_tab", ),
762        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
763    );
764    //
765    $links[] = array(
766        "class" => "category",
767      "title" => _("gestion du guichet unique"),      "title" => _("gestion du guichet unique"),
768      "right" => array(      "right" => array(
769          "demande_genre", "demande_genre_tab", "demande_type",          "demande_type",
770          "demande_type_tab", "demande_nature", "demande_nature_tab",          "demande_type_tab", "demande_nature", "demande_nature_tab",
771      ),      ),
772  );  );
# Line 738  $links[] = array( Line 774  $links[] = array(
774  $links[] = array(  $links[] = array(
775      "title" => "<hr/>",      "title" => "<hr/>",
776      "right" => array(      "right" => array(
777          "demande_genre", "demande_genre_tab", "demande_type",          "demande_type",
778          "demande_type_tab", "demande_nature", "demande_nature_tab",          "demande_type_tab", "demande_nature", "demande_nature_tab",
779      ),      ),
780  );  );
# Line 750  $links[] = array( Line 786  $links[] = array(
786      "right" => array("demande_nature", "demande_nature_tab", ),      "right" => array("demande_nature", "demande_nature_tab", ),
787      "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),      "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
788  );  );
789  //  
 $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", ),  
 );  
790  //  //
791  $links[] = array(  $links[] = array(
792      "href" => "../scr/tab.php?obj=demande_type",      "href" => "../scr/tab.php?obj=demande_type",

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26