continue user menu
This commit is contained in:
parent
8bccff39fb
commit
1d130c60a2
5 changed files with 63 additions and 2 deletions
|
|
@ -32,9 +32,9 @@ include_once ("top_menu_compta.php");
|
|||
ShowMenuCompta($g_dossier,$g_UserProperty);
|
||||
|
||||
// show sub menu
|
||||
$result=ShowJrn("user_impress.php");
|
||||
|
||||
echo "<DIV class=\"u_subtmenu\">";
|
||||
echo $result;
|
||||
|
||||
|
||||
$p_array=array(array ("user_impress.php?type=jrn","Journaux"),
|
||||
array("user_impress.php?type=poste","Poste"),
|
||||
|
|
|
|||
20
include/impress_form.php
Normal file
20
include/impress_form.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?
|
||||
/*
|
||||
* This file is part of PhpCompta.
|
||||
*
|
||||
* PhpCompta is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PhpCompta is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PhpCompta; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
/* $Revision$ */
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
20
include/impress_jrn.php
Normal file
20
include/impress_jrn.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?
|
||||
/*
|
||||
* This file is part of PhpCompta.
|
||||
*
|
||||
* PhpCompta is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PhpCompta is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PhpCompta; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
/* $Revision$ */
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
20
include/impress_poste.php
Normal file
20
include/impress_poste.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?
|
||||
/*
|
||||
* This file is part of PhpCompta.
|
||||
*
|
||||
* PhpCompta is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* PhpCompta is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with PhpCompta; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
/* $Revision$ */
|
||||
// Copyright Author Dany De Bontridder ddebontridder@yahoo.fr
|
||||
|
|
@ -164,6 +164,7 @@ function u_ShowMenuCompta($p_dossier)
|
|||
$p_array=array(array("user_jrn.php?show","Journaux"),
|
||||
array("recherche.php?p_dossier=$p_dossier","Recherche"),
|
||||
array("fiche.php?p_dossier=$p_dossier","Fiche"),
|
||||
array("user_impress.php","Impression"),
|
||||
array("user_advanced.php","Avancé"),
|
||||
array("dossier_prefs.php","Paramètre"),
|
||||
array('user_pref.php','Preference'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue