Look and feel

This commit is contained in:
Laurent Destailleur
2019-08-21 04:21:43 +02:00
parent cb05380f74
commit 2c3b2cd1a0
2 changed files with 3 additions and 2 deletions

View File

@@ -61,7 +61,8 @@ function report_header($reportname, $notused, $period, $periodlink, $description
{
print '<input type="hidden" name="'.$key.'" value="'.$value.'">';
}
print '<table width="100%" class="border">';
print '<table class="border tableforfield centpercent">';
$variante = ($periodlink || $exportlink);