Added network and networksection to linework
This commit is contained in:
@@ -205,13 +205,27 @@
|
||||
<br />
|
||||
<span class="text-monospace">[<?=__($term->building->status->name."-b")?>]</span>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
|
||||
<div class="mt-2 mb-2">
|
||||
<a href="<?=self::getUrl("Pipework", "Index", ["filter" => ["code" => $term->building->code]])?>" target="_blank"><span class="text-success"><?=$term->code?></span></a>
|
||||
<br />
|
||||
<?php if($term->name): ?>
|
||||
<?=$term->name?><br />
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php if($term->building->network_id):?>
|
||||
<div style="hyphens: auto;">
|
||||
<strong>Netzgebiet</strong>: <?=$term->building->network->name?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php if($term->building->networksection_id): ?>
|
||||
<div>
|
||||
<strong>Bauabschnitt</strong>: <?=$term->building->networksection->name?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mt-3">
|
||||
|
||||
Reference in New Issue
Block a user