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", |
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 |
// |
// |