/[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 538 by nhaye, Fri Oct 26 09:53:58 2012 UTC revision 566 by fmichon, Wed Oct 31 13:09:47 2012 UTC
# Line 14  $menu = array(); Line 14  $menu = array();
14  //  //
15  $rubrik = array(  $rubrik = array(
16      "title" => _("instruction"),      "title" => _("instruction"),
17      "class" => "application",      "class" => "instruction",
18      "right" => "menu_application",      "right" => "menu_instruction",
19  );  );
20  //  //
21  $links = array();  $links = array();
# Line 159  $menu[] = $rubrik; Line 159  $menu[] = $rubrik;
159  $rubrik = array(  $rubrik = array(
160      "title" => _("Demandes d'avis"),      "title" => _("Demandes d'avis"),
161      "class" => "demande_avis",      "class" => "demande_avis",
162      "right" => array("demande_encours", "demande_encours_tab",      "right" => "menu_demande_avis",
                      "demande_passe", "demande_passe_tab",  
                      "demande_export", "demande_export_tab",),  
163  );  );
164  //  //
165  $links = array();  $links = array();
# Line 175  $links[] = array( Line 173  $links[] = array(
173  );  );
174    
175  $links[] = array(  $links[] = array(
176      "href" => "../scr/tab.php?obj=demande_passe",      "href" => "../scr/tab.php?obj=demande_passee",
177      "class" => "demande_passe",      "class" => "demande_passee",
178      "title" => _("Demandes passees"),      "title" => _("Demandes passees"),
179      "right" => array("demande_passe", "demande_passe_tab", ),      "right" => array("demande_passee", "demande_passee_tab", ),
180      "open" => array("tab.php|demande_passe", "form.php|demande_passe", ),      "open" => array("tab.php|demande_passee", "form.php|demande_passee", ),
181  );  );
182    
183  $links[] = array(  $links[] = array(
# Line 304  $links[] = array( Line 302  $links[] = array(
302  $links[] = array(  $links[] = array(
303      "title" => "<hr/>",      "title" => "<hr/>",
304      "right" => array(      "right" => array(
305          "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",
306            "lien_localisation_nature", "lien_localisation_nature_tab",
307           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",           "travaux", "travaux_tab", "categorie_demandeur", "categorie_demandeur_tab",
308          "destination", "destination_tab", "nature", "nature_tab", "rivoli",          "destination", "destination_tab", "nature", "nature_tab", "rivoli",
309          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",          "rivoli_tab", "civilite", "civilite_tab", "parametre", "parametre_tab",
# Line 342  $links[] = array( Line 341  $links[] = array(
341  );  );
342  //  //
343  $links[] = array(  $links[] = array(
344        "href" => "../scr/tab.php?obj=instructeur",
345        "class" => "instructeur",
346        "title" => _("instructeur"),
347        "right" => array("instructeur", "instructeur_tab", ),
348        "open" => array("tab.php|instructeur", "form.php|instructeur", ),
349    );
350    //
351    $links[] = array(
352        "href" => "../scr/tab.php?obj=lien_localisation_nature",
353        "class" => "lien_localisation_nature",
354        "title" => _("Lien instructeur / localisation / type de dossier"),
355        "right" => array("lien_localisation_nature", "lien_localisation_nature_tab", ),
356        "open" => array("tab.php|lien_localisation_nature", "form.php|lien_localisation_nature", ),
357    );
358    //
359    $links[] = array(
360      "href" => "../scr/tab.php?obj=travaux",      "href" => "../scr/tab.php?obj=travaux",
361      "class" => "travaux",      "class" => "travaux",
362      "title" => _("travaux"),      "title" => _("travaux"),

Legend:
Removed from v.538  
changed lines
  Added in v.566

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26