Added pipe-/linework enabled date and by
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user