Added admin-button to remove OAID from Wohneinheit
This commit is contained in:
@@ -177,6 +177,10 @@
|
||||
<?php else: ?>
|
||||
<?=$unit->oaid?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if($me->is("Admin")): ?>
|
||||
<a class="text-danger ml-2" href="<?=self::getUrl("ADBWohneinheit", "removeOaid", ["id" => $unit->id])?>" title="OAID von Wohneinheit entfernen" onclick="if(!confirm('OAID wirklich ungeprüft von der Wohneinheit entfernen?')) return false;"><i class="fas fa-trash-can"></i></a>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td id="unit-<?=$unit->id?>-status" class="text-monospace">
|
||||
|
||||
Reference in New Issue
Block a user