- Hackerl bei bestätigten Ampeln hinzugefügt

- Leiterübersicht zeigt nun korrekt alle zugeteilten Personen der Ampel an
This commit is contained in:
Andreas Österreicher
2012-01-09 16:01:25 +00:00
parent 190c86873c
commit d5ec6ad0b8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ foreach($ampel->result as $row)
$status= '<img src="../../../skin/images/ampel_gruen.png">';
break;
default:
$status= '-';
$status= '<img src="../../../skin/images/true.png" height="15px">';
break;
}
echo $status;
+1 -1
View File
@@ -133,7 +133,7 @@ foreach($ampel->result as $row)
$status= '<img src="../../../skin/images/ampel_gruen.png">';
break;
default:
$status= '-';
$status= '<img src="../../../skin/images/true.png" height="15px">';
break;
}
echo $status;