mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-17 05:58:41 +00:00
Auditor diff draft
This commit is contained in:
parent
b5f72879f5
commit
0092c433e6
|
|
@ -15,5 +15,17 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
var_dump(\phpOMS\Utils\StringUtils::diffline($this->getData('audit')->getOld() ?? '', $this->getData('audit')->getNew() ?? ''));
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<section class="box wf-100">
|
||||||
|
<article>
|
||||||
|
<?= \phpOMS\Utils\StringUtils::createDiffMarkup(
|
||||||
|
\phpOMS\Views\ViewAbstract::html($this->getData('audit')->getOld() ?? ''),
|
||||||
|
\phpOMS\Views\ViewAbstract::html($this->getData('audit')->getNew() ?? '')
|
||||||
|
); ?>
|
||||||
|
</article>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user