From 8f8e665d7a30b3224a3bf78de078c736199acf09 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 19 Jul 2004 09:23:45 +0000 Subject: [PATCH] Synchro --- htdocs/compta/facture.php | 5 +++++ htdocs/theme/rodolphe/rodolphe.css | 21 ++++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 343f99b8669..69db41b07dc 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -733,6 +733,11 @@ else $h = 1; $a = 0; + $head[$h][0] = DOL_URL_ROOT."/compta/facture/note.php?facid=".$_GET["facid"]; + $head[$h][1] = "Note"; + $h++; + $a = 0; + dolibarr_fiche_head($head, $a, $soc->nom); /* diff --git a/htdocs/theme/rodolphe/rodolphe.css b/htdocs/theme/rodolphe/rodolphe.css index 7a097ab1f67..77f8d1802de 100644 --- a/htdocs/theme/rodolphe/rodolphe.css +++ b/htdocs/theme/rodolphe/rodolphe.css @@ -22,17 +22,32 @@ body { background: #dcdad5; margin: 0px; - font-family: sans-serif; font-size: 0.9em; + font-family: sans-serif; font-size: 0.9em; } + /* * Onglets */ -div.tabs { +div.tabs +{ + float: none; margin: 0em; padding: 0em 0em; text-align: left; + } + +a.tabTitle { + background: #436976; + border: 1px solid #8CACBB; + color: white; + font: 100% Bold; + padding: 0em 1.0em; + margin: 0em 0em; + text-decoration: none; + white-space: nowrap; } + a.tab { background: white; border: 1px solid #8CACBB; @@ -65,7 +80,7 @@ div.tabsAction { a.tabAction { background: white; - border: 1px solid #8CACBB; + border: 1px outset #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1.5em;