mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 13:45:36 +00:00
76_SolarForecast.pm: contrib 0.68.4
git-svn-id: https://svn.fhem.de/fhem/trunk@26474 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0cdad5da62
commit
13718890fc
@ -6986,7 +6986,9 @@ sub _beamGraphic {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$ret .= "<tr class='$htr{$m}{cl}'><td class='solarfc' style='vertical-align:bottom; text-align:center;'>";
|
$ret .= "<tr class='$htr{$m}{cl}'><td class='solarfc' style='vertical-align:bottom; text-align:center;'>";
|
||||||
$ret .= (($hfcg->{$i}{time} == $thishour) && ($offset < 0)) ? '<a class="changed" style="visibility:visible"><span>'.$hfcg->{$i}{time_str}.'</span></a>' : $hfcg->{$i}{time_str};
|
$ret .= $hfcg->{$i}{time} == $thishour ? # wenn Hervorhebung nur bei gestztem Attr 'historyHour' ? dann hinzufügen: "&& $offset < 0"
|
||||||
|
'<a class="changed" style="visibility:visible"><span>'.$hfcg->{$i}{time_str}.'</span></a>' :
|
||||||
|
$hfcg->{$i}{time_str};
|
||||||
|
|
||||||
if($hfcg->{$i}{time} == $thishour) {
|
if($hfcg->{$i}{time} == $thishour) {
|
||||||
$thishour = 99; # nur einmal verwenden !
|
$thishour = 99; # nur einmal verwenden !
|
||||||
|
Loading…
x
Reference in New Issue
Block a user