use auditor lang

This commit is contained in:
Dennis Eichhorn 2020-07-31 00:34:38 +02:00
parent eecddd56ac
commit 876088650a
3 changed files with 27 additions and 27 deletions

View File

@ -297,15 +297,15 @@ echo $this->getData('nav')->render(); ?>
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('ID', '0', '0'); ?> <td><?= $this->getHtml('ID', '0', '0'); ?>
<td ><?= $this->getHtml('Module') ?> <td ><?= $this->getHtml('Module', 'Auditor') ?>
<td ><?= $this->getHtml('Type') ?> <td ><?= $this->getHtml('Type', 'Auditor') ?>
<td ><?= $this->getHtml('Subtype') ?> <td ><?= $this->getHtml('Subtype', 'Auditor') ?>
<td ><?= $this->getHtml('Old') ?> <td ><?= $this->getHtml('Old', 'Auditor') ?>
<td ><?= $this->getHtml('New') ?> <td ><?= $this->getHtml('New', 'Auditor') ?>
<td ><?= $this->getHtml('Content') ?> <td ><?= $this->getHtml('Content', 'Auditor') ?>
<td ><?= $this->getHtml('By') ?> <td ><?= $this->getHtml('By', 'Auditor') ?>
<td ><?= $this->getHtml('Ref') ?> <td ><?= $this->getHtml('Ref', 'Auditor') ?>
<td ><?= $this->getHtml('Date') ?> <td ><?= $this->getHtml('Date', 'Auditor') ?>
<tbody> <tbody>
<?php $count = 0; foreach ($audits as $key => $audit) : ++$count; <?php $count = 0; foreach ($audits as $key => $audit) : ++$count;
$url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?> $url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?>

View File

@ -273,15 +273,15 @@ echo $this->getData('nav')->render(); ?>
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('ID', '0', '0'); ?> <td><?= $this->getHtml('ID', '0', '0'); ?>
<td ><?= $this->getHtml('Module') ?> <td ><?= $this->getHtml('Module', 'Auditor') ?>
<td ><?= $this->getHtml('Type') ?> <td ><?= $this->getHtml('Type', 'Auditor') ?>
<td ><?= $this->getHtml('Subtype') ?> <td ><?= $this->getHtml('Subtype', 'Auditor') ?>
<td ><?= $this->getHtml('Old') ?> <td ><?= $this->getHtml('Old', 'Auditor') ?>
<td ><?= $this->getHtml('New') ?> <td ><?= $this->getHtml('New', 'Auditor') ?>
<td ><?= $this->getHtml('Content') ?> <td ><?= $this->getHtml('Content', 'Auditor') ?>
<td ><?= $this->getHtml('By') ?> <td ><?= $this->getHtml('By', 'Auditor') ?>
<td ><?= $this->getHtml('Ref') ?> <td ><?= $this->getHtml('Ref', 'Auditor') ?>
<td ><?= $this->getHtml('Date') ?> <td ><?= $this->getHtml('Date', 'Auditor') ?>
<tbody> <tbody>
<?php $count = 0; foreach ($audits as $key => $audit) : ++$count; <?php $count = 0; foreach ($audits as $key => $audit) : ++$count;
$url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?> $url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?>

View File

@ -164,15 +164,15 @@ if ($nav !== null) {
<thead> <thead>
<tr> <tr>
<td><?= $this->getHtml('ID', '0', '0'); ?> <td><?= $this->getHtml('ID', '0', '0'); ?>
<td ><?= $this->getHtml('Module') ?> <td ><?= $this->getHtml('Module', 'Auditor') ?>
<td ><?= $this->getHtml('Type') ?> <td ><?= $this->getHtml('Type', 'Auditor') ?>
<td ><?= $this->getHtml('Subtype') ?> <td ><?= $this->getHtml('Subtype', 'Auditor') ?>
<td ><?= $this->getHtml('Old') ?> <td ><?= $this->getHtml('Old', 'Auditor') ?>
<td ><?= $this->getHtml('New') ?> <td ><?= $this->getHtml('New', 'Auditor') ?>
<td ><?= $this->getHtml('Content') ?> <td ><?= $this->getHtml('Content', 'Auditor') ?>
<td ><?= $this->getHtml('By') ?> <td ><?= $this->getHtml('By', 'Auditor') ?>
<td ><?= $this->getHtml('Ref') ?> <td ><?= $this->getHtml('Ref', 'Auditor') ?>
<td ><?= $this->getHtml('Date') ?> <td ><?= $this->getHtml('Date', 'Auditor') ?>
<tbody> <tbody>
<?php $count = 0; foreach ($audits as $key => $audit) : ++$count; <?php $count = 0; foreach ($audits as $key => $audit) : ++$count;
$url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?> $url = UriFactory::build('{/prefix}admin/audit/single?{?}&id=' . $audit->getId()); ?>