/[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 1586 by fmichon, Thu Mar 21 18:23:44 2013 UTC revision 1587 by nhaye, Fri Mar 29 17:02:11 2013 UTC
# Line 99  $links[] = array( Line 99  $links[] = array(
99      ),      ),
100      "open" => array("tab.php|demande","form.php|demande"),      "open" => array("tab.php|demande","form.php|demande"),
101  );  );
102    $links[] = array(
103        "title" => "<hr/>",
104        "right" => array(
105            "petitionnaire_frequent_consulter", "petitionnaire_frequent_tab"
106        ),
107    );
108    $links[] = array(
109        "href" => "../scr/tab.php?obj=petitionnaire_frequent",
110        "class" => "petitionnaire_frequent",
111        "title" => _("petitionnaire_frequent"),
112        "right" => array(
113            "petitionnaire_frequent_consulter", "petitionnaire_frequent_tab"
114        ),
115        "open" => array("tab.php|petitionnaire_frequent","form.php|petitionnaire_frequent"),
116    );
117  //  //
118  $links[] = array(  $links[] = array(
119      "class" => "category",      "class" => "category",
# Line 862  $links[] = array( Line 877  $links[] = array(
877  );  );
878  //  //
879  $links[] = array(  $links[] = array(
880        "href" => "../scr/tab.php?obj=arrondissement",
881        "class" => "arrondissement",
882        "title" => _("arrondissement"),
883        "right" => array("arrondissement", "arrondissement_tab", ),
884        "open" => array("tab.php|arrondissement", "form.php|arrondissement", ),
885    );
886    //
887    $links[] = array(
888        "href" => "../scr/tab.php?obj=quartier",
889        "class" => "quartier",
890        "title" => _("quartier"),
891        "right" => array("quartier", "quartier_tab", ),
892        "open" => array("tab.php|quartier", "form.php|quartier", ),
893    );
894    //
895    $links[] = array(
896      "class" => "category",      "class" => "category",
897      "title" => _("Organisation"),      "title" => _("Organisation"),
898      "right" => array(      "right" => array(
# Line 1030  $links[] = array( Line 1061  $links[] = array(
1061  );  );
1062  //  //
1063  $links[] = array(  $links[] = array(
1064        "href" => "../scr/tab.php?obj=etat_dossier_autorisation",
1065        "class" => "etat_dossier_autorisation",
1066        "title" => _("etat dossiers autorisations"),
1067        "right" => array("etat_dossier_autorisation", "etat_dossier_autorisation_tab", ),
1068        "open" => array("tab.php|etat_dossier_autorisation", "form.php|etat_dossier_autorisation", ),
1069    );
1070    //
1071    $links[] = array(
1072      "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",      "href" => "../scr/tab.php?obj=lien_evenement_dossier_autorisation_type",
1073      "class" => "lien_evenement_dossier_autorisation_type",      "class" => "lien_evenement_dossier_autorisation_type",
1074      "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),      "title" => _("lien")." "._("evenement")." "._("dossier")." "._("autorisation")." "._("type"),

Legend:
Removed from v.1586  
changed lines
  Added in v.1587

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26