mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-24 01:48:39 +00:00
Directory rename
This commit is contained in:
parent
0824c75abe
commit
73f054461b
|
|
@ -26,7 +26,7 @@ $footerView->setResults(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['HumanResourceManagement']['Departments']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -51,4 +51,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="b b-1 c24-1 c24" id="i24-1-1">
|
||||
<h1><?= $this->app->accountManager->get($request->getAccount())->getL11n()->lang['HumanResourceManagement']['Vacation'] ?></h1>
|
||||
<header><h1><?= $this->app->accountManager->get($request->getAccount())->getL11n()->lang['HumanResourceManagement']['Vacation'] ?></h1></header>
|
||||
|
||||
<div class="bc-1">
|
||||
<div class="cT">
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
<div class="b b-1 c24-1 c24" id="i24-1-1">
|
||||
<h1><?= $this->app->accountManager->get($request->getAccount())->getL11n()->lang['HumanResourceManagement']['Shifts'] ?></h1>
|
||||
<header><h1><?= $this->app->accountManager->get($request->getAccount())->getL11n()->lang['HumanResourceManagement']['Shifts'] ?></h1></header>
|
||||
|
||||
<div class="bc-1">
|
||||
<div class="cT">
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
</div>
|
||||
|
||||
<div class="b b-1 c24-1 c24" id="i24-1-1">
|
||||
<h1><?= $this->app->accountManager->get($request->getAccount())->getL11n()->lang['HumanResourceManagement']['Personnel'] ?></h1>
|
||||
<header><h1><?= $this->app->accountManager->get($request->getAccount())->getL11n()->lang['HumanResourceManagement']['Personnel'] ?></h1></header>
|
||||
|
||||
<div class="bc-1">
|
||||
<div class="cT">
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $employees = $this->getData('employees');
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['HumanResourceManagement']['Staff']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -53,4 +53,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section itemscope itemtype="http://schema.org/Person" class="box w-33">
|
||||
<h1><?= $this->l11n->lang['HumanResourceManagement']['Employee']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['HumanResourceManagement']['Employee']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<!-- @formatter:off -->
|
||||
<table class="list">
|
||||
|
|
@ -64,8 +64,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<sectionclass="box w-33">
|
||||
<h1><?= $this->l11n->lang['HumanResourceManagement']['Overview']; ?></h1>
|
||||
<section class="box w-33">
|
||||
<header><h1><?= $this->l11n->lang['HumanResourceManagement']['Overview']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<!-- @formatter:off -->
|
||||
<table class="list">
|
||||
|
|
@ -89,7 +89,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['HumanResourceManagement']['Working']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -113,9 +113,9 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="box w-100">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->l11n->lang['HumanResourceManagement']['Timing']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -137,10 +137,10 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['HumanResourceManagement']['Salary']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['HumanResourceManagement']['Salary']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<!-- @formatter:off -->
|
||||
<table class="list">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user