autofixes

This commit is contained in:
Dennis Eichhorn 2024-04-07 17:47:06 +00:00
parent 5c94342914
commit 96e963c82d
3 changed files with 19 additions and 19 deletions

View File

@ -39,7 +39,7 @@ echo $this->data['nav']->render();
++$count; ++$count;
$url = UriFactory::build('{/base}/equipment/inspection/view?id=' . $inspection->id); $url = UriFactory::build('{/base}/equipment/inspection/view?id=' . $inspection->id);
?> ?>
<tr data-href="<?= $url ?>"> <tr data-href="<?= $url; ?>">
<td><a href="<?= $url; ?>"><?= $inspection->next?->format('Y-m-d H:i'); ?></a> <td><a href="<?= $url; ?>"><?= $inspection->next?->format('Y-m-d H:i'); ?></a>
<td><a href="<?= $url; ?>"><?= $this->printHtml($inspection->type->getL11n()); ?></a> <td><a href="<?= $url; ?>"><?= $this->printHtml($inspection->type->getL11n()); ?></a>
<td><a href="<?= $url; ?>"><?= $this->data['equipment'][$inspection->reference]->name; ?></a> <td><a href="<?= $url; ?>"><?= $this->data['equipment'][$inspection->reference]->name; ?></a>
@ -69,7 +69,7 @@ echo $this->data['nav']->render();
++$count; ++$count;
$url = UriFactory::build('{/base}/equipment/inspection/view?id=' . $inspection->id); $url = UriFactory::build('{/base}/equipment/inspection/view?id=' . $inspection->id);
?> ?>
<tr data-href="<?= $url ?>"> <tr data-href="<?= $url; ?>">
<td><a href="<?= $url; ?>"><?= $inspection->date?->format('Y-m-d H:i'); ?></a> <td><a href="<?= $url; ?>"><?= $inspection->date?->format('Y-m-d H:i'); ?></a>
<td><a href="<?= $url; ?>"><?= $this->printHtml($inspection->type->getL11n()); ?></a> <td><a href="<?= $url; ?>"><?= $this->printHtml($inspection->type->getL11n()); ?></a>
<td><a href="<?= $url; ?>"><?= $this->data['equipment'][$inspection->reference]->name; ?></a> <td><a href="<?= $url; ?>"><?= $this->data['equipment'][$inspection->reference]->name; ?></a>