/[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 495 by vpihour, Thu Oct 11 12:33:12 2012 UTC revision 496 by nhaye, Thu Oct 11 16:29:53 2012 UTC
# Line 117  $links[] = array( Line 117  $links[] = array(
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",
127        "class" => "consultation",
128        "title" => _("Toutes mes consultations"),
129        "right" => array("consultation", "consultation_tab", ),
130        "open" => array("tab.php|consultation", "form.php|consultation", ),
131    );
132  //  //
133  $rubrik['links'] = $links;  $rubrik['links'] = $links;
134  //  //

Legend:
Removed from v.495  
changed lines
  Added in v.496

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26