fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent 8ce7e41f66
commit d8a644f819
4 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,7 @@ return ['HumanResourceTimeRecording' => [
'D5' => 'Freitag',
'D6' => 'Samstag',
'Date' => 'Datum',
'Employee' => '',
'End' => 'Ende',
'Recordings' => 'Aufzeichnungen',
'Start' => 'Start',

View File

@ -31,6 +31,7 @@ return ['HumanResourceTimeRecording' => [
'D5' => 'Friday',
'D6' => 'Saturday',
'Date' => 'Date',
'Employee' => '',
'End' => 'End',
'Recordings' => 'Recordings',
'Start' => 'Start',

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
<tr>
<td><?= $this->getHtml('Date'); ?>
<td><?= $this->getHtml('Type'); ?>
<td>Employee
<td><?= $this->getHtml('Employee'); ?>
<td><?= $this->getHtml('Start'); ?>
<td><?= $this->getHtml('Break'); ?>
<td><?= $this->getHtml('End'); ?>

View File

@ -86,7 +86,7 @@ echo $this->getData('nav')->render(); ?>
<thead>
<tr>
<td><?= $this->getHtml('Date'); ?>
<td>Status
<td><?= $this->getHtml('Status'); ?>
<td><?= $this->getHtml('Start'); ?>
<td><?= $this->getHtml('Break'); ?>
<td><?= $this->getHtml('End'); ?>