55 |
*/ |
*/ |
56 |
// ======================================================================== |
// ======================================================================== |
57 |
|
|
|
/* |
|
|
array_push($links, |
|
|
array( |
|
|
"href" => "../scr/tab.php?obj=dossier", |
|
|
"class" => "dossier", |
|
|
"title" => _("dossier"), |
|
|
"right" => "dossier" |
|
|
)); |
|
|
*/ |
|
58 |
|
|
59 |
array_push($links, |
array_push($links, |
60 |
array( |
array( |
135 |
|
|
136 |
array_push($links, |
array_push($links, |
137 |
array( |
array( |
138 |
"href" => "../scr/recherchedossier.php", |
"href" => "../app/recherchedossier.php", |
139 |
"class" => "dossier", |
"class" => "dossier", |
140 |
"title" => _("Recherche dossier"), |
"title" => _("Recherche dossier"), |
141 |
"right" => "recherchedossier" |
"right" => "recherchedossier" |
161 |
)); |
)); |
162 |
array_push($links, |
array_push($links, |
163 |
array( |
array( |
164 |
"href" => "../trt/edition_p.php", |
"href" => "../app/edition_p.php", |
165 |
"class" => "edition", |
"class" => "edition", |
166 |
"title" => _("Edition date depot"), |
"title" => _("Edition date depot"), |
167 |
"right" => "edition" |
"right" => "edition" |
169 |
|
|
170 |
array_push($links, |
array_push($links, |
171 |
array( |
array( |
172 |
"href" => "../trt/edition_d.php", |
"href" => "../app/edition_d.php", |
173 |
"class" => "edition", |
"class" => "edition", |
174 |
"title" => _("Edition date decision"), |
"title" => _("Edition date decision"), |
175 |
"right" => "edition" |
"right" => "edition" |
191 |
|
|
192 |
array_push($links, |
array_push($links, |
193 |
array( |
array( |
194 |
"href" => "../trt/export_pc.php", |
"href" => "../app/export_pc.php", |
195 |
"class" => "reqmo", |
"class" => "reqmo", |
196 |
"title" => _("export PC Lascot"), |
"title" => _("export PC Lascot"), |
197 |
"right" => "ecport_pc" |
"right" => "ecport_pc" |
199 |
|
|
200 |
array_push($links, |
array_push($links, |
201 |
array( |
array( |
202 |
"href" => "../trt/export_dp.php", |
"href" => "../app/export_dp.php", |
203 |
"class" => "reqmo", |
"class" => "reqmo", |
204 |
"title" => _("export DP Lascot"), |
"title" => _("export DP Lascot"), |
205 |
"right" => "export_dp" |
"right" => "export_dp" |
207 |
|
|
208 |
array_push($links, |
array_push($links, |
209 |
array( |
array( |
210 |
"href" => "../trt/export_sitadel.php", |
"href" => "../app/export_sitadel.php", |
211 |
"class" => "reqmo", |
"class" => "reqmo", |
212 |
"title" => _("export sitadel"), |
"title" => _("export sitadel"), |
213 |
"right" => "export_sitadel" |
"right" => "export_sitadel" |
256 |
|
|
257 |
array_push($links, |
array_push($links, |
258 |
array( |
array( |
259 |
"href" => "../trt/num_dossier.php", |
"href" => "../app/num_dossier.php", |
260 |
"class" => "traitement", |
"class" => "traitement", |
261 |
"title" => _("remise a 0"), |
"title" => _("remise a 0"), |
262 |
"right" => "traitement" |
"right" => "traitement" |
572 |
array_push($links, |
array_push($links, |
573 |
array( |
array( |
574 |
"title" => _("Generateur"), |
"title" => _("Generateur"), |
575 |
"href" => "../gen/gen.php", |
"href" => "../scr/gen.php", |
576 |
"class" => "generator", |
"class" => "generator", |
577 |
"right" => "gen", |
"right" => "gen", |
578 |
)); |
)); |