WIP 2025-01-09 ConstructionConsent
This commit is contained in:
@@ -90,6 +90,7 @@ $pagination_entity_name = "Zustimmungserklärungen";
|
||||
|
||||
<table class="table table-striped table-hover">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Objekttyp</th>
|
||||
<th>Objektadresse</th>
|
||||
<th title="Grundstücksnummer">GST-Nr.</th>
|
||||
@@ -103,6 +104,7 @@ $pagination_entity_name = "Zustimmungserklärungen";
|
||||
</tr>
|
||||
<?php foreach($items as $item): ?>
|
||||
<tr>
|
||||
<td><a href="<?=self::getUrl("ConstructionConsent","View", ["id" => $item->id])?>"><?=$item->name?></a></td>
|
||||
<td><?=__($item->object_type)?></td>
|
||||
<td>
|
||||
<?php if($item->object_type == "street"): ?>
|
||||
|
||||
Reference in New Issue
Block a user