/[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 554 by nhaye, Tue Oct 30 11:34:29 2012 UTC revision 555 by vpihour, Tue Oct 30 14:05:14 2012 UTC
# Line 301  $links[] = array( Line 301  $links[] = array(
301  $links[] = array(  $links[] = array(
302      "title" => "<hr/>",      "title" => "<hr/>",
303      "right" => array(      "right" => array(
304          "architecte", "architecte_tab", "service", "service_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab",          "architecte", "architecte_tab", "service", "service_tab", "instructeur", "instructeur_tab", "service_categorie", "service_categorie_tab", "lien_service_service_categorie", "lien_service_service_categorie_tab",
305            "lien_localisation_nature", "lien_localisation_nature_tab",
306           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
307          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
308          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
# Line 339  $links[] = array( Line 340  $links[] = array(
340  );  );
341  //  //
342  $links[] = array(  $links[] = array(
343        "href" => "../scr/tab.php?obj=instructeur",
344        "class" => "instructeur",
345        "title" => _("instructeur"),
346        "right" => array("instructeur", "instructeur_tab", ),
347        "open" => array("tab.php|instructeur", "form.php|instructeur", ),
348    );
349    //
350    $links[] = array(
351        "href" => "../scr/tab.php?obj=lien_localisation_nature",
352        "class" => "lien_localisation_nature",
353        "title" => _("Lien instructeur / localisation / type de dossier"),
354        "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),
355        "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),
356    );
357    //
358    $links[] = array(
359      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
360      "class" => "travaux",      "class" => "travaux",
361      "title" => _("travaux"),      "title" => _("travaux"),

Legend:
Removed from v.554  
changed lines
  Added in v.555

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26