Help is more clear
This commit is contained in:
parent
b3784aef16
commit
9055371178
@ -435,7 +435,8 @@ if ($resql)
|
||||
print '</table><br>';
|
||||
|
||||
|
||||
# Affiche ligne d'ajout
|
||||
# Other parameters
|
||||
print_titre($langs->trans("Other"));
|
||||
print '<table class="noborder" width="100%">';
|
||||
|
||||
$var=false;
|
||||
|
||||
@ -345,24 +345,24 @@ print '<table>';
|
||||
print '<tr>';
|
||||
print '<td>';
|
||||
print img_picto_common($text,'weather/weather-clear.png',$options);
|
||||
print '</td><td><= '.$level0.'</td>';
|
||||
print '</td><td>= '.$level0.'</td>';
|
||||
print '<td> </td>';
|
||||
print '<td>';
|
||||
print img_picto_common($text,'weather/weather-few-clouds.png',$options);
|
||||
print '</td><td><= '.$level1.'</td>';
|
||||
print '</td><td><= '.$level1.'</td>';
|
||||
print '<td> </td>';
|
||||
print '<td>';
|
||||
print img_picto_common($text,'weather/weather-clouds.png',$options);
|
||||
print '</td><td><= '.$level2.'</td>';
|
||||
print '</td><td><= '.$level2.'</td>';
|
||||
print '</tr>';
|
||||
|
||||
print '<tr><td>';
|
||||
print img_picto_common($text,'weather/weather-many-clouds.png',$options);
|
||||
print '</td><td><= '.$level3.'</td>';
|
||||
print '</td><td><= '.$level3.'</td>';
|
||||
print '<td> </td>';
|
||||
print '<td>';
|
||||
print img_picto_common($text,'weather/weather-storm.png',$options);
|
||||
print '</td><td> '.$level3.'</td>';
|
||||
print '</td><td>> '.$level3.'</td>';
|
||||
print '<td> </td>';
|
||||
print '<td> </td>';
|
||||
print '<td> </td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user