Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent 1cbf53a814
commit 3e7f9acf08
2 changed files with 12 additions and 12 deletions

View File

@ -19,7 +19,7 @@
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<div class="tabular-2"> <div class="tabular-2">
<section class="box"> <div class="box">
<ul class="tab-links"> <ul class="tab-links">
<li><label for="c-tab-1"><?= $this->l11n->lang['ClientManagement']['Master'] ?></label></li> <li><label for="c-tab-1"><?= $this->l11n->lang['ClientManagement']['Master'] ?></label></li>
<li><label for="c-tab-2"><?= $this->l11n->lang['ClientManagement']['Contact'] ?></label></li> <li><label for="c-tab-2"><?= $this->l11n->lang['ClientManagement']['Contact'] ?></label></li>
@ -30,12 +30,12 @@ echo $this->getData('nav')->render(); ?>
<li><label for="c-tab-7"><?= $this->l11n->lang['ClientManagement']['AreaManager'] ?></label></li> <li><label for="c-tab-7"><?= $this->l11n->lang['ClientManagement']['AreaManager'] ?></label></li>
<li><label for="c-tab-8"><?= $this->l11n->lang['ClientManagement']['Files'] ?></label></li> <li><label for="c-tab-8"><?= $this->l11n->lang['ClientManagement']['Files'] ?></label></li>
</ul> </ul>
</section> </div>
<div class="tab-content"> <div class="tab-content">
<input type="radio" id="c-tab-1" name="tabular-2" checked> <input type="radio" id="c-tab-1" name="tabular-2" checked>
<div class="tab"> <div class="tab">
<section class="box w-33 floatLeft"> <section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['ClientManagement']['Client'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['Client'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout w-100"> <table class="layout w-100">
@ -56,7 +56,7 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-2" name="tabular-2"> <input type="radio" id="c-tab-2" name="tabular-2">
<div class="tab"> <div class="tab">
<section class="box w-33 floatLeft"> <section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['ClientManagement']['Contact'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['Contact'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout w-100"> <table class="layout w-100">
@ -87,7 +87,7 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-3" name="tabular-2"> <input type="radio" id="c-tab-3" name="tabular-2">
<div class="tab"> <div class="tab">
<section class="box w-33 floatLeft"> <section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['ClientManagement']['Address'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['Address'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout w-100"> <table class="layout w-100">
@ -115,7 +115,7 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-4" name="tabular-2"> <input type="radio" id="c-tab-4" name="tabular-2">
<div class="tab"> <div class="tab">
<section class="box w-33 floatLeft"> <section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['ClientManagement']['PaymentTerm'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['PaymentTerm'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout w-100"> <table class="layout w-100">
@ -143,7 +143,7 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-5" name="tabular-2"> <input type="radio" id="c-tab-5" name="tabular-2">
<div class="tab"> <div class="tab">
<section class="box w-33 floatLeft"> <section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['ClientManagement']['Payment'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['Payment'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout w-100"> <table class="layout w-100">
@ -161,7 +161,7 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-6" name="tabular-2"> <input type="radio" id="c-tab-6" name="tabular-2">
<div class="tab"> <div class="tab">
<section class="box w-33 floatLeft"> <section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['ClientManagement']['Price'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['Price'] ?></h1></header>
<div class="inner"> <div class="inner">
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/...'); ?>" method="post"> <form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/...'); ?>" method="post">
<table class="layout wf-100"> <table class="layout wf-100">
@ -199,7 +199,7 @@ echo $this->getData('nav')->render(); ?>
<input type="radio" id="c-tab-7" name="tabular-2"> <input type="radio" id="c-tab-7" name="tabular-2">
<div class="tab"> <div class="tab">
<section class="box w-33 floatLeft"> <section class="box w-33 floatLeft">
<h1><?= $this->l11n->lang['ClientManagement']['AreaManager'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['AreaManager'] ?></h1></header>
<div class="inner"> <div class="inner">
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/...'); ?>" method="post"> <form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/...'); ?>" method="post">
<table class="layout wf-100"> <table class="layout wf-100">

View File

@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
<!-- Hover may be better here?!?!?! <!-- Hover may be better here?!?!?!
<section class="box w-100"> <section class="box w-100">
<h1><?= $this->l11n->lang['ClientManagement']['Client'] ?></h1> <header><h1><?= $this->l11n->lang['ClientManagement']['Client'] ?></h1></header>
<div class="inner floatLeft wf-100"> <div class="inner floatLeft wf-100">
<form class="wf-33 floatLeft"> <form class="wf-33 floatLeft">
<table class="layout w-100"> <table class="layout w-100">
@ -59,7 +59,7 @@ echo $this->getData('nav')->render(); ?>
</section> </section>
--> -->
<section class="box w-100"> <div class="box w-100">
<table class="table"> <table class="table">
<caption><?= $this->l11n->lang['ClientManagement']['Clients'] ?></caption> <caption><?= $this->l11n->lang['ClientManagement']['Clients'] ?></caption>
<thead> <thead>
@ -82,4 +82,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="8" class="empty"><?= $this->l11n->lang[0]['Empty']; ?> <tr><td colspan="8" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</section> </div>