/[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 598 by nhaye, Fri Nov 2 16:02:12 2012 UTC revision 599 by mlimic, Mon Nov 5 16:19:12 2012 UTC
# Line 140  $links[] = array( Line 140  $links[] = array(
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  //  //

Legend:
Removed from v.598  
changed lines
  Added in v.599

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26