diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 49b383e46e3..9b588057ae1 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -56,7 +56,29 @@ $bc[1]="class=\"pair\""; $a = setlocale("LC_TIME", "FRENCH"); -function top_menu($head) { +/* + * Barre de menu supérieure + * + * + */ + +function top_menu($head) +{ + +} + +/* + * Barre de menu gauche + * + * + * + * + */ +Function left_menu($menu) +{ + global $conf; + + global $user, $conf, $rtplang; print $rtplang->lang_header(); @@ -73,6 +95,7 @@ function top_menu($head) { print "\n"; print ''; + /* * Barre superieure * @@ -80,8 +103,8 @@ function top_menu($head) { print ''; - print ""; - print ''; + print ""; + print ''; print ''; print ''; - print ''; - print ''; - print '
'; + print ''.$user->login.''; + print ''; + + // print ''; /* * Table principale * */ - print ''; + // print '
'; + + print '
'; - print "
"; -} -function left_menu($menu) -{ - global $conf; /* * Colonne de gauche * */ - print ''; + print '
'; for ($i = 0 ; $i < sizeof($menu) ; $i++) { - print "'; @@ -179,11 +199,16 @@ function left_menu($menu) * * */ - print "\n"; diff --git a/htdocs/theme/yellow/dolibarr.css b/htdocs/theme/yellow/dolibarr.css index 4e7c67a2448..16c04a68fb0 100644 --- a/htdocs/theme/yellow/dolibarr.css +++ b/htdocs/theme/yellow/dolibarr.css @@ -98,7 +98,7 @@ tr.liste_titre font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; } -tr.pair +tr.pair { background: #dcdcb3; font-family: Helvetica, Verdana; font-size: 12px; @@ -110,4 +110,7 @@ tr.impair font-family: Helvetica, Verdana; font-size: 12px; } - +input.flat +{ + border: 0 + } \ No newline at end of file
"; + print '
'; print ''.$menu[$i][1].''; for ($j = 2 ; $j < sizeof($menu[$i]) - 1 ; $j = $j +2) @@ -156,21 +176,21 @@ function left_menu($menu) } - print "
"; + print '
'; print 'Societes'; print '
'; print ''; print ''; - print ' '; - print ""; - print "
"; + print ' '; + print ''; + print ''; print 'Contacts'; print '
'; print ''; print ''; - print " "; - print ""; + print ' '; + print ''; print '
'; print '
\n"; + print ''; } - +/* + * Impression du pied de page + * + * + * + */ function llxFooter($foot='') { print "