Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent 3e781409a9
commit 479be76a2b
3 changed files with 11 additions and 11 deletions

View File

@ -20,17 +20,17 @@
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['Billing']['Invoice'] ?></label></li> <li><label for="c-tab-1"><?= $this->l11n->lang['Billing']['Invoice'] ?></label></li>
<li><label for="c-tab-2"><?= $this->l11n->lang['Billing']['Items'] ?></label></li> <li><label for="c-tab-2"><?= $this->l11n->lang['Billing']['Items'] ?></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-50 floatLeft"> <section class="box w-50 floatLeft">
<h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1> <header><h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout wf-100"> <table class="layout wf-100">
@ -63,7 +63,7 @@ echo $this->getData('nav')->render(); ?>
</section> </section>
<section class="box w-50 floatLeft"> <section class="box w-50 floatLeft">
<h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1> <header><h1><?= $this->l11n->lang['Billing']['Invoice'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout wf-100"> <table class="layout wf-100">
@ -87,7 +87,7 @@ echo $this->getData('nav')->render(); ?>
</section> </section>
<section class="box w-50 floatLeft"> <section class="box w-50 floatLeft">
<h1><?= $this->l11n->lang['Billing']['Delivery'] ?></h1> <header><h1><?= $this->l11n->lang['Billing']['Delivery'] ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
<table class="layout wf-100"> <table class="layout wf-100">
@ -112,7 +112,7 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
<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-100"> <div class="box w-100">
<table class="table"> <table class="table">
<caption><?= $this->l11n->lang['Billing']['Invoice'] ?></caption> <caption><?= $this->l11n->lang['Billing']['Invoice'] ?></caption>
<thead> <thead>
@ -147,7 +147,7 @@ echo $this->getData('nav')->render(); ?>
<td> <td>
<td> <td>
</table> </table>
</section> </div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -21,7 +21,7 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<section class="box w-100"> <div class="box w-100">
<table class="table"> <table class="table">
<caption><?= $this->l11n->lang['Billing']['Invoices'] ?></caption> <caption><?= $this->l11n->lang['Billing']['Invoices'] ?></caption>
<thead> <thead>
@ -44,4 +44,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>

View File

@ -21,7 +21,7 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<section class="box w-100"> <div class="box w-100">
<table class="table"> <table class="table">
<caption><?= $this->l11n->lang['Billing']['Invoices'] ?></caption> <caption><?= $this->l11n->lang['Billing']['Invoices'] ?></caption>
<thead> <thead>
@ -44,4 +44,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>