/[openfoncier]/trunk/dyn/menu.inc.php
ViewVC logotype

Diff of /trunk/dyn/menu.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 37 by fraynaud, Mon Jul 18 17:34:05 2011 UTC revision 38 by fraynaud, Thu Jul 21 14:47:33 2011 UTC
# Line 55  $links = array(); Line 55  $links = array();
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(
# Line 144  array_push($links, Line 135  array_push($links,
135    
136      array_push($links,      array_push($links,
137      array(      array(
138          "href" => "../scr/recherchedossier.php",          "href" => "../spc/recherchedossier.php",
139          "class" => "dossier",          "class" => "dossier",
140          "title" => _("Recherche dossier"),          "title" => _("Recherche dossier"),
141          "right" => "recherchedossier"          "right" => "recherchedossier"
# Line 170  array_push($links, Line 161  array_push($links,
161      ));      ));
162  array_push($links,  array_push($links,
163      array(      array(
164          "href" => "../trt/edition_p.php",          "href" => "../spc/edition_p.php",
165          "class" => "edition",          "class" => "edition",
166          "title" => _("Edition date depot"),          "title" => _("Edition date depot"),
167          "right" => "edition"          "right" => "edition"
# Line 178  array_push($links, Line 169  array_push($links,
169    
170  array_push($links,  array_push($links,
171      array(      array(
172          "href" => "../trt/edition_d.php",          "href" => "../spc/edition_d.php",
173          "class" => "edition",          "class" => "edition",
174          "title" => _("Edition date decision"),          "title" => _("Edition date decision"),
175          "right" => "edition"          "right" => "edition"
# Line 200  array_push($links, Line 191  array_push($links,
191    
192      array_push($links,      array_push($links,
193      array(      array(
194          "href" => "../trt/export_pc.php",          "href" => "../spc/export_pc.php",
195          "class" => "reqmo",          "class" => "reqmo",
196          "title" => _("export PC Lascot"),          "title" => _("export PC Lascot"),
197          "right" => "ecport_pc"          "right" => "ecport_pc"
# Line 208  array_push($links, Line 199  array_push($links,
199            
200      array_push($links,      array_push($links,
201      array(      array(
202          "href" => "../trt/export_dp.php",          "href" => "../spc/export_dp.php",
203          "class" => "reqmo",          "class" => "reqmo",
204          "title" => _("export DP Lascot"),          "title" => _("export DP Lascot"),
205          "right" => "export_dp"          "right" => "export_dp"
# Line 216  array_push($links, Line 207  array_push($links,
207            
208      array_push($links,      array_push($links,
209      array(      array(
210          "href" => "../trt/export_sitadel.php",          "href" => "../spc/export_sitadel.php",
211          "class" => "reqmo",          "class" => "reqmo",
212          "title" => _("export sitadel"),          "title" => _("export sitadel"),
213          "right" => "export_sitadel"          "right" => "export_sitadel"
# Line 265  $links = array(); Line 256  $links = array();
256    
257      array_push($links,      array_push($links,
258      array(      array(
259          "href" => "../trt/num_dossier.php",          "href" => "../spc/num_dossier.php",
260          "class" => "traitement",          "class" => "traitement",
261          "title" => _("remise a 0"),          "title" => _("remise a 0"),
262          "right" => "traitement"          "right" => "traitement"

Legend:
Removed from v.37  
changed lines
  Added in v.38

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26