Added edit indication to workflow

This commit is contained in:
Frank Schubert
2021-08-30 20:55:21 +02:00
parent fc9e943466
commit aa05334ce2
8 changed files with 185 additions and 97 deletions

View File

@@ -46,5 +46,14 @@
include(realpath(dirname(__FILE__)."/items/")."/string.php");
}
?>
<small
class="text-info text-mono"
<?php if($item->value->changed): ?>
title="Geändert: <?=date("d.m.Y H.i",$item->value->changed)?> von <?=$item->value->changer->name?> (<?=$item->value->changer->address->getCompanyOrName(true)?>)"
<?php endif; ?>
>
<?php if($item->value->changed): ?>
<?=date("d.m.Y",$item->value->changed)?><br />(<?=$item->value->changer->name?>)
<?php endif; ?>
</small>
</td>