*** empty log message ***

This commit is contained in:
Laurent Destailleur 2006-04-23 00:01:59 +00:00
parent b9dc296811
commit 8626c4bff1
3 changed files with 14 additions and 4 deletions

View File

@ -240,6 +240,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print ' ';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre commandes clients à honorer
@ -263,6 +264,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre propales ouvertes (expirées)
@ -313,6 +315,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre services à activer (en retard)
@ -338,6 +341,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre services actifs (à renouveler)
@ -363,6 +367,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre factures fournisseurs (à payer)
@ -388,6 +393,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre factures clients (à payer)
@ -411,6 +417,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre ecritures à rapprocher
@ -436,6 +443,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
// Nbre adhérent valides (attente cotisation)
@ -461,6 +469,7 @@ if (MAIN_SHOW_WORKBOARD == 1)
else print '&nbsp;';
print '</td>';
print '</tr>';
print "\n";
}
print '</table>';

View File

@ -349,6 +349,7 @@ function top_menu($head, $title="", $target="")
/*
* Barre de menu superieure
*/
print "\n".'<!-- Start top horizontal menu -->'."\n";
print '<div class="tmenu">'."\n";
// Charge le gestionnaire des entrees de menu du haut
@ -376,7 +377,7 @@ function top_menu($head, $title="", $target="")
print '</a>';
}
print "</div><!-- class=tmenu -->\n";
print "\n</div>\n<!-- End top horizontal menu -->\n";
}
@ -543,4 +544,4 @@ function llxFooter($foot='',$limitIEbug=1)
print "</body>\n";
print "</html>\n";
}
?>
?>

View File

@ -150,9 +150,9 @@ div.tmenu
border-bottom: 1px solid #8B9999;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
font-weight:bold;
font-weight: bold;
font-size: 12px;
height: 19px;
height: 21px;
background: #b3c5cc;
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/tmenu.jpg' ?>);
color: #000000;