mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-20 15:58:43 +00:00
fix lang import sorting
This commit is contained in:
parent
8ce7e41f66
commit
d8a644f819
|
|
@ -31,6 +31,7 @@ return ['HumanResourceTimeRecording' => [
|
|||
'D5' => 'Freitag',
|
||||
'D6' => 'Samstag',
|
||||
'Date' => 'Datum',
|
||||
'Employee' => '',
|
||||
'End' => 'Ende',
|
||||
'Recordings' => 'Aufzeichnungen',
|
||||
'Start' => 'Start',
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ return ['HumanResourceTimeRecording' => [
|
|||
'D5' => 'Friday',
|
||||
'D6' => 'Saturday',
|
||||
'Date' => 'Date',
|
||||
'Employee' => '',
|
||||
'End' => 'End',
|
||||
'Recordings' => 'Recordings',
|
||||
'Start' => 'Start',
|
||||
|
|
|
|||
|
|
@ -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'); ?>
|
||||
|
|
|
|||
|
|
@ -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'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user