Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent 21088933b3
commit 8906bcbc44

View File

@ -27,7 +27,7 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<section class="wf-75 floatLeft"> <section class="wf-75 floatLeft">
<section class="box w-100"> <div class="box w-100">
<table class="table"> <table class="table">
<caption><?= $this->l11n->lang['RiskManagement']['TopRisks']; ?></caption> <caption><?= $this->l11n->lang['RiskManagement']['TopRisks']; ?></caption>
<thead> <thead>
@ -54,11 +54,11 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="6" class="empty"><?= $this->l11n->lang[0]['Empty']; ?> <tr><td colspan="6" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</section> </div>
</section> </section>
<section class="wf-25 floatLeft"> <section class="wf-25 floatLeft">
<section class="box w-100"> <section class="box w-100">
<h1><?= $this->l11n->lang['RiskManagement']['Statistics']; ?></h1> <header><h1><?= $this->l11n->lang['RiskManagement']['Statistics']; ?></h1></header>
<div class="inner"> <div class="inner">
<table class="list"> <table class="list">
<thead> <thead>