Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent 0e0ff86bfd
commit 840041359a
8 changed files with 11 additions and 11 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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">

View File

@ -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>

View File

@ -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">

View File

@ -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">

View File

@ -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>

View File

@ -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">