mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-16 05:28:43 +00:00
Automated formatting changes
This commit is contained in:
parent
b5407e4994
commit
373879924e
|
|
@ -110,7 +110,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->printHtml($audit->getModule()); ?>
|
<td><?= $this->printHtml($audit->getModule()); ?>
|
||||||
<td><?php if ($audit->old === null) : echo $this->getHtml('CREATE'); ?>
|
<td><?php if ($audit->old === null) : echo $this->getHtml('CREATE'); ?>
|
||||||
<?php elseif ($audit->old !== null && $audit->new !== null) : echo $this->getHtml('UPDATE'); ?>
|
<?php elseif ($audit->old !== null && $audit->new !== null) : echo $this->getHtml('UPDATE'); ?>
|
||||||
<?php elseif ($audit->new=== null) : echo $this->getHtml('DELETE'); ?>
|
<?php elseif ($audit->new === null) : echo $this->getHtml('DELETE'); ?>
|
||||||
<?php else : echo $this->getHtml('UNKNOWN'); ?>
|
<?php else : echo $this->getHtml('UNKNOWN'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<td><?= $this->printHtml($audit->type); ?>
|
<td><?= $this->printHtml($audit->type); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user