/[phpcompta]/phpcompta/include/user_menu.php
ViewVC logotype

Diff of /phpcompta/include/user_menu.php

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

revision 1.38 by stanpinte, Sun Mar 6 16:39:34 2005 UTC revision 1.39 by sparkyx, Fri Apr 1 21:46:12 2005 UTC
# Line 457  function u_ShowMenuRecherche($p_cn,$p_jr Line 457  function u_ShowMenuRecherche($p_cn,$p_jr
457   *      - none   *      - none
458   * return: the menu   * return: the menu
459   */   */
460  function ShowMenuAdvanced() {  function ShowMenuAdvanced($default="") {
461  // Show the left menu  // Show the left menu
462  $left_menu=ShowItem(array(  $left_menu=ShowItem(array(
463                            //('rapprt.php','Rapprochement'),                            //('rapprt.php','Rapprochement'),
# Line 466  $left_menu=ShowItem(array( Line 466  $left_menu=ShowItem(array(
466                            array('pcmn_update.php?p_start=1','Plan Comptable'),                            array('pcmn_update.php?p_start=1','Plan Comptable'),
467                            array('stock.php','stock')                            array('stock.php','stock')
468                            ),                            ),
469                      'H',"cell","mtitle");                      'H',"cell","mtitle",$default);
470  return $left_menu;  return $left_menu;
471  }  }
472  /* function ShowJrn  /* function ShowJrn

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26