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', 'D5' => 'Freitag',
'D6' => 'Samstag', 'D6' => 'Samstag',
'Date' => 'Datum', 'Date' => 'Datum',
'Employee' => '',
'End' => 'Ende', 'End' => 'Ende',
'Recordings' => 'Aufzeichnungen', 'Recordings' => 'Aufzeichnungen',
'Start' => 'Start', 'Start' => 'Start',

View File

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

View File

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

View File

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