mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-15 08:48:43 +00:00
Fix tab bug
This commit is contained in:
parent
a8b1efacee
commit
034d21cc73
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<div class="tab tab-1">
|
<div class="tabview 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="tab tab-1">
|
<div class="tabview 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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user