Fix tab bug

This commit is contained in:
Dennis Eichhorn 2019-01-13 22:46:41 +01:00
parent 9de3ebf1fb
commit ed50bd2bef
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<div class="tab tab-1">
<div class="tabview tab-1">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Start'); ?></label>
<li><label for="c-tab-2"><?= $this->getHtml('Layout'); ?></label>

View File

@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<div class="tab tab-1">
<div class="tabview tab-1">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Start'); ?></label>
<li><label for="c-tab-2"><?= $this->getHtml('Layout'); ?></label>