/[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 652 by nhaye, Fri Nov 9 17:47:34 2012 UTC revision 654 by fmichon, Sat Nov 10 10:32:41 2012 UTC
# Line 116  $rubrik = array( Line 116  $rubrik = array(
116  );  );
117  //  //
118  $links = array();  $links = array();
119  //  // Catégorie DOSSIERS D'INSTRUCTION
120  $links[] = array(  $links[] = array(
121      "class" => "category",      "class" => "category",
122      "title" => _("dossiers d'instruction"),      "title" => _("dossiers d'instruction"),
# Line 129  $links[] = array( Line 129  $links[] = array(
129          "PC_modificatif", "PC_modificatif_tab",          "PC_modificatif", "PC_modificatif_tab",
130      ),      ),
131  );  );
132    $links[] = array(
133        "title" => "<hr/>",
134        "right" => array(
135            "dossier_instruction_mes_encours", "dossier_instruction_mes_encours_tab",
136            "dossier_instruction_tous_encours", "dossier_instruction_tous_encours_tab",
137        ),
138    );
139  //  //
140  $links[] = array(  $links[] = array(
141      "href" => "../scr/tab.php?obj=dossier_instruction_mes_encours",      "href" => "../scr/tab.php?obj=dossier_instruction_mes_encours",
# Line 197  $links[] = array( Line 204  $links[] = array(
204      "right" => array("dossier_instruction", "dossier_instruction_tab", ),      "right" => array("dossier_instruction", "dossier_instruction_tab", ),
205      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),      "open" => array("tab.php|dossier_instruction", "form.php|dossier_instruction", ),
206  );  );
207  //  // Catégorie CONSULTATIONS
208  $links[] = array(  $links[] = array(
209      "class" => "category",      "class" => "category",
210      "title" => _("consultations"),      "title" => _("consultations"),
211      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
212  );  );
213  $links[] = array(  $links[] = array(
214      "title" => "<hr/>",      "title" => "<hr/>",
215      "right" => array("consultation_mes_retours", "consultation_tous_retours","avis_code_barre"),      "right" => array("consultation_mes_retours", "consultation_tous_retours", ),
216  );  );
217  $links[] = array(  $links[] = array(
218      "href" => "../scr/tab.php?obj=consultation_mes_retours",      "href" => "../scr/tab.php?obj=consultation_mes_retours",
# Line 221  $links[] = array( Line 228  $links[] = array(
228      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),      "right" => array("consultation_tous_retours", "consultation_tous_retours_tab", ),
229      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),      "open" => array("tab.php|consultation_tous_retours", "form.php|consultation_tous_retours", ),
230  );  );
231    // Catégorie MESSAGES
   
232  $links[] = array(  $links[] = array(
233      "class" => "category",      "class" => "category",
234      "title" => _("Messages"),      "title" => _("Messages"),
235      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
236  );  );
237    //
238  $links[] = array(  $links[] = array(
239      "title" => "<hr/>",      "title" => "<hr/>",
240      "right" => array("messages_mes_retours", "messages_tous_retours"),      "right" => array("messages_mes_retours", "messages_tous_retours"),
241  );  );
242    //
243  $links[] = array(  $links[] = array(
244      "href" => "../scr/tab.php?obj=messages_mes_retours",      "href" => "../scr/tab.php?obj=messages_mes_retours",
245      "class" => "messages_mes_retours",      "class" => "messages_mes_retours",
# Line 239  $links[] = array( Line 247  $links[] = array(
247      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),      "right" => array("messages_mes_retours", "messages_mes_retours_tab", ),
248      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),      "open" => array("tab.php|messages_mes_retours", "form.php|messages_mes_retours", ),
249  );  );
250    //
251  $links[] = array(  $links[] = array(
252      "href" => "../scr/tab.php?obj=messages_tous_retours",      "href" => "../scr/tab.php?obj=messages_tous_retours",
253      "class" => "messages_tous_retours",      "class" => "messages_tous_retours",
# Line 252  $rubrik['links'] = $links; Line 261  $rubrik['links'] = $links;
261  //  //
262  $menu[] = $rubrik;  $menu[] = $rubrik;
263  // }}}  // }}}
264  // {{{ Rubrique Demandes d'avis  
265    // {{{ Rubrique SUIVI
266  //  //
267  $rubrik = array(  $rubrik = array(
268      "title" => _("Suivi"),      "title" => _("Suivi"),

Legend:
Removed from v.652  
changed lines
  Added in v.654

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26