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

@ -319,7 +319,7 @@ if ($action == 'edit') {
print '<div>';
print '<div class="inline-block" style="padding-right: 20px">';
print img_weather($text, 0, $options);
print '= <input type="text" size="2" name="MAIN_METEO_PERCENTAGE_LEVEL0" value="'.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL0.'"/>&nbsp;%</td>';
print '&lt;= <input type="text" size="2" name="MAIN_METEO_PERCENTAGE_LEVEL0" value="'.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL0.'"/>&nbsp;%</td>';
print '</div><div class="inline-block" style="padding-right: 20px">';
print img_weather($text, 1, $options);
print '&lt;= <input type="text" size="2" name="MAIN_METEO_PERCENTAGE_LEVEL1" value="'.$conf->global->MAIN_METEO_PERCENTAGE_LEVEL1.'"/>&nbsp;%</td>';

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);