diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php index eec7a8dcd01..a055294e4e7 100644 --- a/htdocs/admin/delais.php +++ b/htdocs/admin/delais.php @@ -342,23 +342,33 @@ $level2=$offset+2*$cursor; if (! empty($conf->global->MAIN_METEO_LEVEL2)) $level $level3=$offset+3*$cursor; if (! empty($conf->global->MAIN_METEO_LEVEL3)) $level3=$conf->global->MAIN_METEO_LEVEL3; $text=''; $options='height="60px"'; print '
| '; +print ' | ||||
| '; print img_picto_common($text,'weather/weather-clear.png',$options); -print ' | <= '.$level0.' | |||
| '; +print ' | <= '.$level0.' | '; +print ''; +print ' | '; print img_picto_common($text,'weather/weather-few-clouds.png',$options); -print ' | <= '.$level1.' |
| '; +print ' | <= '.$level1.' | '; +print ''; +print ' | '; print img_picto_common($text,'weather/weather-clouds.png',$options); -print ' | <= '.$level2.' | <= '.$level2.' | '; +print ''; + print '
| '; print img_picto_common($text,'weather/weather-many-clouds.png',$options); -print ' | <= '.$level3.' | |||
| '; +print ' | <= '.$level3.' | '; +print ''; +print ' | '; print img_picto_common($text,'weather/weather-storm.png',$options); -print ' | > '.$level3.' | '.$level3.' | '; +print ''; +print ' | '; +print ' | '; +print ''; +print ' |