272 |
"class" => "category", |
"class" => "category", |
273 |
"title" => _("commissions"), |
"title" => _("commissions"), |
274 |
"right" => array( |
"right" => array( |
275 |
"commissions_mes_retours", "commissions_mes_retours_tab", |
"commission_mes_retours", "commission_mes_retours_tab", |
276 |
"commissions_tous_retours", "commissions_tous_retours_tab", |
"commission_tous_retours", "commission_tous_retours_tab", |
277 |
), |
), |
278 |
); |
); |
279 |
$links[] = array( |
$links[] = array( |
280 |
"title" => "<hr/>", |
"title" => "<hr/>", |
281 |
"right" => array( |
"right" => array( |
282 |
"commissions_mes_retours", "commissions_mes_retours_tab", |
"commission_mes_retours", "commission_mes_retours_tab", |
283 |
"commissions_tous_retours", "commissions_tous_retours_tab", |
"commission_tous_retours", "commission_tous_retours_tab", |
284 |
), |
), |
285 |
); |
); |
286 |
$links[] = array( |
$links[] = array( |
287 |
"href" => "../scr/tab.php?obj=commissions_mes_retours", |
"href" => "../scr/tab.php?obj=commission_mes_retours", |
288 |
"class" => "commissions_mes_retours", |
"class" => "commission_mes_retours", |
289 |
"title" => _("Mes retours"), |
"title" => _("Mes retours"), |
290 |
"right" => array("commissions_mes_retours", "commissions_mes_retours_tab", ), |
"right" => array("commission_mes_retours", "commission_mes_retours_tab", ), |
291 |
"open" => array("tab.php|commissions_mes_retours", "form.php|commissions_mes_retours", ), |
"open" => array("tab.php|commission_mes_retours", "form.php|commission_mes_retours", ), |
292 |
); |
); |
293 |
$links[] = array( |
$links[] = array( |
294 |
"href" => "../scr/tab.php?obj=commissions_tous_retours", |
"href" => "../scr/tab.php?obj=commission_tous_retours", |
295 |
"class" => "commissions_tous_retours", |
"class" => "commission_tous_retours", |
296 |
"title" => _("Tous les retours"), |
"title" => _("Tous les retours"), |
297 |
"right" => array("commissions_tous_retours", "commissions_tous_retours_tab", ), |
"right" => array("commission_tous_retours", "commission_tous_retours_tab", ), |
298 |
"open" => array("tab.php|commissions_tous_retours", "form.php|commissions_tous_retours", ), |
"open" => array("tab.php|commission_tous_retours", "form.php|commission_tous_retours", ), |
299 |
); |
); |
300 |
|
|
301 |
// |
// |