mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-10 14:38:42 +00:00
Use new tab, colors and css
This commit is contained in:
parent
975b25927e
commit
a8b1efacee
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<div class="tabular">
|
<div class="tab tab-1">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Start'); ?></label>
|
<li><label for="c-tab-1"><?= $this->getHtml('Start'); ?></label>
|
||||||
<li><label for="c-tab-2"><?= $this->getHtml('Insert'); ?></label>
|
<li><label for="c-tab-2"><?= $this->getHtml('Insert'); ?></label>
|
||||||
|
|
@ -84,7 +84,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<div class="tabular">
|
<div class="tab tab-1">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab2-1"><?= $this->getHtml('Text'); ?></label>
|
<li><label for="c-tab2-1"><?= $this->getHtml('Text'); ?></label>
|
||||||
<li><label for="c-tab2-2"><?= $this->getHtml('Preview'); ?></label>
|
<li><label for="c-tab2-2"><?= $this->getHtml('Preview'); ?></label>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ $footerView->setPage(1);
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<table class="table red">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Documents') ?></caption>
|
<caption><?= $this->getHtml('Documents') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user