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 |
|
|
144 |
|
|
145 |
|
$links[] = array( |
146 |
|
"class" => "category", |
147 |
|
"title" => _("Messages"), |
148 |
|
"right" => array("messages_mes_retours", "messages_tous_retours"), |
149 |
|
); |
150 |
|
$links[] = array( |
151 |
|
"title" => "<hr/>", |
152 |
|
"right" => array("messages_mes_retours", "messages_tous_retours"), |
153 |
|
); |
154 |
|
$links[] = array( |
155 |
|
"href" => "../scr/tab.php?obj=messages_mes_retours", |
156 |
|
"class" => "messages_mes_retours", |
157 |
|
"title" => _("Mes messages"), |
158 |
|
"right" => array("messages_mes_retours", "messages_mes_retours_tab", ), |
159 |
|
"open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ), |
160 |
|
); |
161 |
|
$links[] = array( |
162 |
|
"href" => "../scr/tab.php?obj=messages_tous_retours", |
163 |
|
"class" => "messages_tous_retours", |
164 |
|
"title" => _("Tous les messages"), |
165 |
|
"right" => array("messages_tous_retours", "messages_tous_retours_tab", ), |
166 |
|
"open" => array("tab.php|messages_tous_retours", "form.php|messages_tous_retours", ), |
167 |
|
); |
168 |
|
|
169 |
// |
// |
170 |
$rubrik['links'] = $links; |
$rubrik['links'] = $links; |
171 |
// |
// |