Fix style temp.

This commit is contained in:
Dennis Eichhorn 2017-07-02 08:53:49 +02:00
parent b44fb4b31a
commit 6d8f32e1c8
2 changed files with 14 additions and 3 deletions

View File

@ -58,4 +58,14 @@ class Employee {
{
return $this->id;
}
public function getHistory() : array
{
return [];
}
public function getNewestHistory()
{
}
}

View File

@ -47,9 +47,10 @@ echo $this->getData('nav')->render(); ?>
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
<tr>
<td><a href="<?= $url; ?>"><?= $value->getId(); ?></a>
<td><a href="<?= $url; ?>"><?= $value->getNewestHistory()->getPosition(); ?></a>
<td><a href="<?= $url; ?>"><?= $value->getNewestHistory()->getPosition(); ?></a>
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
<td><a href="<?= $url; ?>"><?= $value->getAccount()->getName1(); ?></a>
<td><a href="<?= $url; ?>"><?= '' ?></a>
<td><a href="<?= $url; ?>"><?= '' ?></a>
<td><a href="<?= $url; ?>"><?= '' ?></a>
<?php endforeach; ?>
<?php if($c === 0) : ?>
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>