mirror of
https://github.com/Karaka-Management/oms-ResearchDevelopment.git
synced 2026-02-13 03:28:40 +00:00
Fixing templates
This commit is contained in:
parent
3cd0913683
commit
1e98ffc625
|
|
@ -26,7 +26,9 @@ $footerView->setResults(1);
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="row">
|
||||||
|
<div class="col-xs-12">
|
||||||
|
<div class="box wf-100">
|
||||||
<table class="table red">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Projects'); ?></caption>
|
<caption><?= $this->getText('Projects'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -53,3 +55,5 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user