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
';