mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-15 15:58:40 +00:00
Fix templates
This commit is contained in:
parent
90c5c12f48
commit
585b3dae7d
|
|
@ -18,17 +18,21 @@
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="row">
|
||||||
<table class="table red">
|
<div class="col-xs-12">
|
||||||
<caption><?= $this->getText('Tickets'); ?></caption>
|
<div class="box wf-100">
|
||||||
<thead>
|
<table class="table red">
|
||||||
<tr><td><?= $this->getText('ID', 0, 0); ?>
|
<caption><?= $this->getText('Tickets'); ?></caption>
|
||||||
<td><?= $this->getText('Status'); ?>
|
<thead>
|
||||||
<td><?= $this->getText('Priority'); ?>
|
<tr><td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="full"><?= $this->getText('Title'); ?>
|
<td><?= $this->getText('Status'); ?>
|
||||||
<td><?= $this->getText('Responsible'); ?>
|
<td><?= $this->getText('Priority'); ?>
|
||||||
<tfoot>
|
<td class="full"><?= $this->getText('Title'); ?>
|
||||||
<tbody>
|
<td><?= $this->getText('Responsible'); ?>
|
||||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
<tfoot>
|
||||||
</table>
|
<tbody>
|
||||||
</div>
|
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user