mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-11 05:48:41 +00:00
Simplyfing layout
This commit is contained in:
parent
0e0ff86bfd
commit
840041359a
|
|
@ -20,7 +20,7 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Organization']['Department']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Organization']['Department']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
|
|
@ -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['Organization']['Departments']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -51,4 +51,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td colspan="4" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Organization']['Position']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Organization']['Position']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
|
|
@ -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['Organization']['Positions']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><a href="<?= $url; ?>"><?= $value->getParent(); ?></a>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ $unit = $this->getData('unit');
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Organization']['Position']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Organization']['Position']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Organization']['Unit']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Organization']['Unit']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
|
|
@ -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['Organization']['Units']; ?></caption>
|
||||
<thead>
|
||||
|
|
@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td data-label="<?= $this->l11n->lang['Organization']['Parent']; ?>"><a href="<?= $url; ?>"><?= $value->getParent(); ?></a>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ $unit = $this->getData('unit');
|
|||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<section class="box w-33">
|
||||
<h1><?= $this->l11n->lang['Organization']['Unit']; ?></h1>
|
||||
<header><h1><?= $this->l11n->lang['Organization']['Unit']; ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user