Parent Directory | Revision Log | Patch
revision 196 by fraynaud, Sat Oct 15 21:07:29 2011 UTC | revision 200 by fraynaud, Mon Oct 17 07:31:00 2011 UTC | |
---|---|---|
# | Line 204 array_push($links, | Line 204 array_push($links, |
204 | "title" => _("export DP Lascot"), | "title" => _("export DP Lascot"), |
205 | "right" => "export_dp" | "right" => "export_dp" |
206 | )); | )); |
array_push($links, | ||
array( | ||
"href" => "../app/export_sitadel.php", | ||
"class" => "reqmo", | ||
"title" => _("export sitadel"), | ||
"right" => "export_sitadel" | ||
)); | ||
207 | ||
208 | array_push($links, | array_push($links, |
209 | array( | array( |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |