mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-02-16 21:38:40 +00:00
autofixes
This commit is contained in:
parent
007b51b418
commit
92b66064dc
|
|
@ -41,7 +41,7 @@ echo $this->data['nav']->render();
|
||||||
|
|
||||||
$url = UriFactory::build('{/base}/fleet/inspection/' . $i['type'] . '/view?id=' . $inspection->id);
|
$url = UriFactory::build('{/base}/fleet/inspection/' . $i['type'] . '/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; ?>"><?= $i['type'] === 'vehicle'
|
<td><a href="<?= $url; ?>"><?= $i['type'] === 'vehicle'
|
||||||
|
|
@ -76,7 +76,7 @@ echo $this->data['nav']->render();
|
||||||
|
|
||||||
$url = UriFactory::build('{/base}/fleet/inspection/' . $i['type'] . '/view?id=' . $inspection->id);
|
$url = UriFactory::build('{/base}/fleet/inspection/' . $i['type'] . '/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; ?>"><?= $i['type'] === 'vehicle'
|
<td><a href="<?= $url; ?>"><?= $i['type'] === 'vehicle'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user