mirror of
https://github.com/Karaka-Management/oms-EquipmentManagement.git
synced 2026-02-18 11:08:40 +00:00
autofixes
This commit is contained in:
parent
5c94342914
commit
96e963c82d
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user