mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-05 06:48:41 +00:00
Simplyfing layout
This commit is contained in:
parent
21088933b3
commit
8906bcbc44
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user