/[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 532 by nhaye, Thu Oct 18 15:53:35 2012 UTC revision 533 by nhaye, Wed Oct 24 10:29:18 2012 UTC
# Line 120  $links[] = array( Line 120  $links[] = array(
120  $links[] = array(  $links[] = array(
121      "class" => "category",      "class" => "category",
122      "title" => _("Consultation"),      "title" => _("Consultation"),
123      "right" => "consultation"      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),
124  );  );
125  $links[] = array(  $links[] = array(
126      "title" => "<hr/>",      "title" => "<hr/>",
127      "right" => array("consultation_mes_retours", "consultation_tous_retours"),      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),
128  );  );
129  $links[] = array(  $links[] = array(
130      "href" => "../scr/tab.php?obj=consultation_mes_retours",      "href" => "../scr/tab.php?obj=consultation_mes_retours",
# Line 140  $links[] = array( Line 140  $links[] = array(
140      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
141      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
142  );  );
143    $links[] = array(
144        "href" => "../app/avis_code_barre.php",
145        "class" => "avis_code_barre",
146        "title" => _("Retour de consultation"),
147        "right" => array("avis_code_barre", ),
148        "open" => array("|avis_code_barre.php"),
149    );
150  //  //
151  $rubrik['links'] = $links;  $rubrik['links'] = $links;
152  //  //

Legend:
Removed from v.532  
changed lines
  Added in v.533

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26