117 |
"right" => "recherchedossier", |
"right" => "recherchedossier", |
118 |
"open" => "recherchedossier.php|", |
"open" => "recherchedossier.php|", |
119 |
); |
); |
120 |
|
$links[] = array( |
121 |
|
"class" => "subtitle", |
122 |
|
"title" => _("Consultation"), |
123 |
|
"right" => "consultation" |
124 |
|
); |
125 |
|
$links[] = array( |
126 |
|
"href" => "../scr/tab.php?obj=consultation_mes_retours", |
127 |
|
"class" => "consultation_mes_retours", |
128 |
|
"title" => _("Mes retours"), |
129 |
|
"right" => array("consultation_mes_retours", "consultation_mes_retours_tab", ), |
130 |
|
"open" => array("tab.php|consultation_mes_retours", "form.php|consultation_mes_retours", ), |
131 |
|
); |
132 |
|
$links[] = array( |
133 |
|
"href" => "../scr/tab.php?obj=consultation_tous_retours", |
134 |
|
"class" => "consultation_tous_retours", |
135 |
|
"title" => _("Tous les retours"), |
136 |
|
"right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ), |
137 |
|
"open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ), |
138 |
|
); |
139 |
// |
// |
140 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
141 |
// |
// |