This commit is contained in:
Rodolphe Quiedeville 2004-07-19 09:23:45 +00:00
parent a8e5447481
commit 8f8e665d7a
2 changed files with 23 additions and 3 deletions

View File

@ -733,6 +733,11 @@ else
$h = 1; $h = 1;
$a = 0; $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); dolibarr_fiche_head($head, $a, $soc->nom);
/* /*

View File

@ -24,15 +24,30 @@ body
margin: 0px; margin: 0px;
font-family: sans-serif; font-size: 0.9em; font-family: sans-serif; font-size: 0.9em;
} }
/* /*
* Onglets * Onglets
*/ */
div.tabs { div.tabs
{
float: none;
margin: 0em; margin: 0em;
padding: 0em 0em; padding: 0em 0em;
text-align: left; 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 { a.tab {
background: white; background: white;
border: 1px solid #8CACBB; border: 1px solid #8CACBB;
@ -65,7 +80,7 @@ div.tabsAction {
a.tabAction { a.tabAction {
background: white; background: white;
border: 1px solid #8CACBB; border: 1px outset #8CACBB;
color: #436976; color: #436976;
font: 105% Bold; font: 105% Bold;
padding: 0em 1.5em; padding: 0em 1.5em;