mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-01-17 18:28:41 +00:00
More flexbox implementations
This commit is contained in:
parent
500235bca0
commit
61db5a5c28
|
|
@ -59,27 +59,31 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
-->
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Clients') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getText('ID', 0, 0); ?>
|
||||
<td><?= $this->getText('Name1'); ?>
|
||||
<td><?= $this->getText('Name2'); ?>
|
||||
<td class="wf-100"><?= $this->getText('Name3'); ?>
|
||||
<td><?= $this->getText('City'); ?>
|
||||
<td><?= $this->getText('Zip'); ?>
|
||||
<td><?= $this->getText('Address'); ?>
|
||||
<td><?= $this->getText('Country'); ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="8"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if($count === 0) : ?>
|
||||
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Clients') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getText('ID', 0, 0); ?>
|
||||
<td><?= $this->getText('Name1'); ?>
|
||||
<td><?= $this->getText('Name2'); ?>
|
||||
<td class="wf-100"><?= $this->getText('Name3'); ?>
|
||||
<td><?= $this->getText('City'); ?>
|
||||
<td><?= $this->getText('Zip'); ?>
|
||||
<td><?= $this->getText('Address'); ?>
|
||||
<td><?= $this->getText('Country'); ?>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="8"><?= $footerView->render(); ?>
|
||||
<tbody>
|
||||
<?php $count = 0; foreach([] as $key => $value) : $count++; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if($count === 0) : ?>
|
||||
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user