From bb353b1930ebd43c63be4a2d37550dd61d0b7fe3 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 10 Oct 2004 09:58:55 +0000 Subject: [PATCH] Interfaces changes --- html/dossier_prefs.php | 2 +- html/fiche.php | 2 +- html/index.php | 1 + html/user_advanced.php | 2 +- html/user_jrn.php | 132 +++++++++++++++++++----------------- html/user_pref.php | 4 +- include/user_action_ach.php | 2 +- include/user_action_fin.php | 2 +- include/user_action_ods.php | 2 +- include/user_action_ven.php | 4 +- include/user_menu.php | 3 +- 11 files changed, 83 insertions(+), 73 deletions(-) diff --git a/html/dossier_prefs.php b/html/dossier_prefs.php index eb94e5c18..a43a6cbc3 100644 --- a/html/dossier_prefs.php +++ b/html/dossier_prefs.php @@ -35,7 +35,7 @@ include_once ("top_menu_compta.php"); ShowMenuCompta($g_dossier,$g_UserProperty); -ShowMenuComptaRight($g_dossier,$g_UserProperty); +// ShowMenuComptaRight($g_dossier,$g_UserProperty); include_once ("check_priv.php"); if ( $g_UserProperty['use_admin'] == 0 ) { diff --git a/html/fiche.php b/html/fiche.php index 7f584ef61..e62e74ee2 100644 --- a/html/fiche.php +++ b/html/fiche.php @@ -52,7 +52,7 @@ $cn=DbConnect($l_Db); -ShowMenuComptaRight($g_dossier,$g_UserProperty); +// ShowMenuComptaRight($g_dossier,$g_UserProperty); if ( $g_UserProperty['use_admin'] == 0 ) { $read=CheckAction($g_dossier,$g_user,FICHE_READ); $write=CheckAction($g_dossier,$g_user,FICHE_WRITE); diff --git a/html/index.php b/html/index.php index 579404922..69701d82b 100644 --- a/html/index.php +++ b/html/index.php @@ -7,6 +7,7 @@ echo '
Logo
+
diff --git a/html/user_advanced.php b/html/user_advanced.php index ff9a0bc47..548cce536 100644 --- a/html/user_advanced.php +++ b/html/user_advanced.php @@ -44,7 +44,7 @@ include_once ("top_menu_compta.php"); ShowMenuCompta($g_dossier,$g_UserProperty); // Show the right menus -ShowMenuComptaRight($g_dossier,$g_UserProperty); +// ShowMenuComptaRight($g_dossier,$g_UserProperty); $left_menu=ShowMenuAdvanced(); echo '
"; echo ''; @@ -305,7 +306,7 @@ function u_ShowMenuJrn($p_cn,$p_jrn_type) $ret=""; for ($i=0;$i<$num;$i++) { $action=pg_fetch_array($Res,$i); - $ret.=sprintf('', + $ret.=sprintf('', $action['ja_url'],$action['ja_action'],$action['ja_name']); } $ret.='
%s
%s
';