Fixed Voicenumber and Updated Voiceplan

This commit is contained in:
Frank Schubert
2023-11-14 20:15:06 +01:00
parent 003ab67145
commit cc4a751407
20 changed files with 232 additions and 662 deletions
+2
View File
@@ -70,6 +70,7 @@
<th>Beschreibung</th>
<th>Anzahl Tarifzonen</th>
<th>Anzahl Destinations</th>
<th>Standardtaktung</th>
<th>Erstellt</th>
<th></th>
</tr>
@@ -79,6 +80,7 @@
<td><?=$plan->description?></td>
<td><?=count($plan->zones)?></td>
<td><?=count($plan->destinations)?></td>
<td><?=($plan->increment_first && $plan->increment) ? $plan->increment_first."/".$plan->increment : ""?></td>
<td><?=date("d.m.Y H:i", $plan->create)?> (<?=$plan->creator->name?>)</td>
<td style="text-align: left; letter-spacing: 4px; font-size: 1.1em;">
<a href="<?=self::getUrl("Voiceplan", "view", ["id" => $plan->id])?>"><i class="far fa-eyes" title="Anzeigen"></i></a>