Added pipe-/linework enabled date and by

This commit is contained in:
Frank Schubert
2022-02-08 19:58:20 +01:00
parent 6128de17e1
commit de9588b85f
7 changed files with 58 additions and 8 deletions
+7
View File
@@ -181,6 +181,13 @@
>
Baufreigabe
</label>
<?php if($term->linework_enabled): ?>
<div style="overflow-x:hidden">
<small class="text-info text-mono"
title="Geändert: <?=date("d.m.Y H:i",$term->linework_enabled_date)?> von <?=$term->linework_enabler->name?> (<?=$term->linework_enabler->address->getCompanyOrName(true)?>)"
><?=$term->linework_enabler->getAbbrName()?></small>
</div>
<?php endif; ?>
</div>
<div class="mt-3">
<button type="button" class="btn btn-primary" form="wf-termination-<?=$term->id?>" onclick="validateAndSubmit(<?=$term->id?>)">Speichern</button>