From 322323590091d03c5c1d54185a40693ed8aab231 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 25 Oct 2004 21:32:50 +0000 Subject: [PATCH] Improve interface fix some bugs & still unstable --- html/admin_repo.php | 47 +++++++++++++++++++------------------ html/impress.php | 14 ++++++++++- html/jrn_add.php | 2 +- html/jrn_detail.php | 2 +- html/jrn_update.php | 2 +- html/priv_user.php | 6 ++--- html/style-light.css | 35 ++++++++++++++++++++------- html/user_compta.php | 2 +- html/user_jrn.php | 8 +++---- html/user_login.php | 10 +++++--- html/user_sec.php | 4 +--- include/top_menu_compta.php | 6 +++-- include/user_menu.php | 20 +++++++++++----- 13 files changed, 100 insertions(+), 58 deletions(-) diff --git a/html/admin_repo.php b/html/admin_repo.php index a56360196..3ec416b79 100644 --- a/html/admin_repo.php +++ b/html/admin_repo.php @@ -31,13 +31,15 @@ if ($g_UserProperty['use_admin'] != 1) { return; } include ("top_menu_compta.php"); - echo '

Administration Globale

'; -if ( ! isset ($g_dossier) ) $g_dossier=0; -ShowMenuAdminGlobalRight($g_dossier); ShowMenuAdminGlobal(); + + + + + ?> -
+
'; for ($i=0;$i<$count;$i++) { - $mod=pg_fetch_array($Res,0); + $mod=pg_fetch_array($Res,$i); $template.='