Fix templates

This commit is contained in:
Dennis Eichhorn 2017-07-11 22:21:28 +02:00
parent 90c5c12f48
commit 585b3dae7d

View File

@ -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>