WIP Voiceplan Zones
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Beschreibung</th>
|
||||
<th>Anzahl Tarifzonen</th>
|
||||
<th>Anzahl Destinations</th>
|
||||
<th>Erstellt</th>
|
||||
<th></th>
|
||||
@@ -76,7 +77,8 @@
|
||||
<tr>
|
||||
<td><a href="<?=self::getUrl("Voiceplan", "view", ['id' => $plan->id])?>"><?=$plan->name?></a></td>
|
||||
<td><?=$plan->description?></td>
|
||||
<td><?=VoiceplandestinationModel::count(['voiceplan_id' => $plan->id])?></td>
|
||||
<td><?=count($plan->zones)?></td>
|
||||
<td><?=count($plan->destinations)?></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>
|
||||
|
||||
Reference in New Issue
Block a user