/[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 820 by nhaye, Fri Nov 16 15:04:37 2012 UTC revision 821 by vpihour, Fri Nov 23 13:49:51 2012 UTC
# Line 433  $links[] = array( Line 433  $links[] = array(
433  $links[] = array(  $links[] = array(
434      "title" => "<hr/>",      "title" => "<hr/>",
435      "right" => array(      "right" => array(
436          "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", "service", "service_tab", "instructeur",
437            "instructeur_tab", "service_categorie", "service_categorie_tab",
438            "lien_service_service_categorie", "lien_service_service_categorie_tab",
439          "lien_localisation_nature", "lien_localisation_nature_tab",          "lien_localisation_nature", "lien_localisation_nature_tab",
440           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
441          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
442          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
443            "dossier_autorisation","dossier_autorisation_tab",
444            "dossier_autorisation_type","dossier_autorisation_type_tab",
445            "dossier_autorisation_type_detaille","dossier_autorisation_type_detaille_tab",
446            "dossier_instruction_type","dossier_instruction_type_tab",
447            "lien_evenement_dossier_instruction_type","lien_evenement_dossier_instruction_type_tab",
448            "demande_genre","demande_genre_tab",
449            "demande_type","demande_type_tab",
450            "demande_nature","demande_nature_tab",
451            "groupe","groupe_tab",
452            "autorite_competente","autorite_competente_tab",
453      ),      ),
454  );  );
455  //  //
# Line 546  $links[] = array( Line 558  $links[] = array(
558  );  );
559  //  //
560  $links[] = array(  $links[] = array(
561        "href" => "../scr/tab.php?obj=dossier_autorisation",
562        "class" => "dossier_autorisation",
563        "title" => _("dossier")." ".("autorisation"),
564        "right" => array("dossier_autorisation", "dossier_autorisation_tab", ),
565        "open" => array("tab.php|dossier_autorisation", "form.php|dossier_autorisation", ),
566    );
567    //
568    $links[] = array(
569        "href" => "../scr/tab.php?obj=dossier_autorisation_type",
570        "class" => "dossier_autorisation_type",
571        "title" => _("dossier")." ".("autorisation")." "._("type"),
572        "right" => array("dossier_autorisation_type", "dossier_autorisation_type_tab", ),
573        "open" => array("tab.php|dossier_autorisation_type", "form.php|dossier_autorisation_type", ),
574    );
575    //
576    $links[] = array(
577        "href" => "../scr/tab.php?obj=dossier_autorisation_type_detaille",
578        "class" => "dossier_autorisation_type_detaille",
579        "title" => _("dossier")." ".("autorisation")." "._("type")." "._("detaille"),
580        "right" => array("dossier_autorisation_type_detaille", "dossier_autorisation_type_detaille_tab", ),
581        "open" => array("tab.php|dossier_autorisation_type_detaille", "form.php|dossier_autorisation_type_detaille", ),
582    );
583    //
584    $links[] = array(
585        "href" => "../scr/tab.php?obj=dossier_instruction_type",
586        "class" => "dossier_instruction_type",
587        "title" => _("dossier")." "._("instruction")." "._("type"),
588        "right" => array("dossier_instruction_type", "dossier_instruction_type_tab", ),
589        "open" => array("tab.php|dossier_instruction_type", "form.php|dossier_instruction_type", ),
590    );
591    //
592    $links[] = array(
593        "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
594        "class" => "lien_evenement_dossier_autorisation_type",
595        "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),
596        "right" => array("lien_evenement_dossier_autorisation_type", "lien_evenement_dossier_autorisation_type_tab", ),
597        "open" => array("tab.php|lien_evenement_dossier_autorisation_type", "form.php|lien_evenement_dossier_autorisation_type", ),
598    );
599    //
600    $links[] = array(
601        "href" => "../scr/tab.php?obj=demande_genre",
602        "class" => "demande_genre",
603        "title" => _("demande")." "._("genre"),
604        "right" => array("demande_genre", "demande_genre_tab", ),
605        "open" => array("tab.php|demande_genre", "form.php|demande_genre", ),
606    );
607    //
608    $links[] = array(
609        "href" => "../scr/tab.php?obj=demande_type",
610        "class" => "demande_type",
611        "title" => _("demande")." "._("type"),
612        "right" => array("demande_type", "demande_type_tab", ),
613        "open" => array("tab.php|demande_type", "form.php|demande_type", ),
614    );
615    //
616    $links[] = array(
617        "href" => "../scr/tab.php?obj=demande_nature",
618        "class" => "demande_nature",
619        "title" => _("demande")." "._("nature"),
620        "right" => array("demande_nature", "demande_nature_tab", ),
621        "open" => array("tab.php|demande_nature", "form.php|demande_nature", ),
622    );
623    //
624    $links[] = array(
625        "href" => "../scr/tab.php?obj=groupe",
626        "class" => "groupe",
627        "title" => _("groupe"),
628        "right" => array("groupe", "groupe_tab", ),
629        "open" => array("tab.php|groupe", "form.php|groupe", ),
630    );
631    //
632    $links[] = array(
633        "href" => "../scr/tab.php?obj=autorite_competente",
634        "class" => "autorite_competente",
635        "title" => _("autorite")." "._("competente"),
636        "right" => array("autorite_competente", "autorite_competente_tab", ),
637        "open" => array("tab.php|autorite_competente", "form.php|autorite_competente", ),
638    );
639    //
640    $links[] = array(
641      "class" => "category",      "class" => "category",
642      "title" => _("workflows"),      "title" => _("workflows"),
643      "right" => array(      "right" => array(

Legend:
Removed from v.820  
changed lines
  Added in v.821

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26