/[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 491 by vpihour, Thu Oct 11 12:33:12 2012 UTC revision 519 by nhaye, Thu Oct 18 13:22:10 2012 UTC
# Line 117  $links[] = array( Line 117  $links[] = array(
117      "right" => "recherchedossier",      "right" => "recherchedossier",
118      "open" => "recherchedossier.php|",      "open" => "recherchedossier.php|",
119  );  );
120    $links[] = array(
121        "class" => "category",
122        "title" => _("Consultation"),
123        "right" => "consultation"
124    );
125    $links[] = array(
126        "title" => "<hr/>",
127        "right" => array("consultation_mes_retours", "consultation_tous_retours"),
128    );
129    $links[] = array(
130        "href" => "../scr/tab.php?obj=consultation_mes_retours",
131        "class" => "consultation_mes_retours",
132        "title" => _("Mes retours"),
133        "right" => array("consultation_mes_retours", "consultation_mes_retours_tab", ),
134        "open" => array("tab.php|consultation_mes_retours", "form.php|consultation_mes_retours", ),
135    );
136    $links[] = array(
137        "href" => "../scr/tab.php?obj=consultation_tous_retours",
138        "class" => "consultation_tous_retours",
139        "title" => _("Tous les retours"),
140        "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
141        "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
142    );
143  //  //
144  $rubrik['links'] = $links;  $rubrik['links'] = $links;
145  //  //
# Line 670  $links[] = array( Line 693  $links[] = array(
693  );  );
694  //  //
695  $links[] = array(  $links[] = array(
696        "class" => "category",
697        "title" => _("Organisation"),
698        "right" => array("direction", "division", "instructeur"),
699    );
700    $links[] = array(
701        "title" => "<hr/>",
702        "right" => array("direction", "division", "instructeur"),
703    );
704    
705    $links[] = array(
706        "href" => "../scr/tab.php?obj=direction",
707        "class" => "direction",
708        "title" => _("direction"),
709        "right" => array("direction", "direction_tab", ),
710        "open" => array("tab.php|direction", "form.php|direction", ),
711    );
712    //
713    $links[] = array(
714        "href" => "../scr/tab.php?obj=division",
715        "class" => "division",
716        "title" => _("division"),
717        "right" => array("division", "division_tab", ),
718        "open" => array("tab.php|division", "form.php|division", ),
719    );
720    //
721    $links[] = array(
722        "href" => "../scr/tab.php?obj=instructeur",
723        "class" => "instructeur",
724        "title" => _("instructeur"),
725        "right" => array("instructeur", "instructeur_tab", ),
726        "open" => array("tab.php|instructeur", "form.php|instructeur", ),
727    );
728    //
729    $links[] = array(
730      "class" => "category",      "class" => "category",
731      "title" => _("options avancees"),      "title" => _("options avancees"),
732      "right" => array("import", "gen", ),      "right" => array("import", "gen", ),

Legend:
Removed from v.491  
changed lines
  Added in v.519

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26