/[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 508 by nhaye, Fri Oct 12 16:01:09 2012 UTC revision 509 by nhaye, Tue Oct 16 16:50:50 2012 UTC
# Line 123  $links[] = array( Line 123  $links[] = array(
123      "right" => "consultation"      "right" => "consultation"
124  );  );
125  $links[] = array(  $links[] = array(
126      "href" => "../scr/tab.php?obj=consultation",      "href" => "../scr/tab.php?obj=consultation_mes_retours",
127      "class" => "consultation",      "class" => "consultation_mes_retours",
128      "title" => _("Toutes mes consultations"),      "title" => _("Mes retours"),
129      "right" => array("consultation", "consultation_tab", ),      "right" => array("consultation_mes_retours", "consultation_mes_retours_tab", ),
130      "open" => array("tab.php|consultation", "form.php|consultation", ),      "open" => array("tab.php|consultation_mes_retours", "form.php|consultation_mes_retours", ),
131  );  );
132  $links[] = array(  $links[] = array(
133      "href" => "../scr/tab.php?obj=consultation_encours",      "href" => "../scr/tab.php?obj=consultation_tous_retours",
134      "class" => "consultation_encours",      "class" => "consultation_tous_retours",
135      "title" => _("Tous les en cours"),      "title" => _("Tous les retours"),
136      "right" => array("consultation_encours", "consultation_encours_tab", ),      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
137      "open" => array("tab.php|consultation_encours", "form.php|consultation_encours", ),      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
138  );  );
139  //  //
140  $rubrik['links'] = $links;  $rubrik['links'] = $links;

Legend:
Removed from v.508  
changed lines
  Added in v.509

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26