Fix tab bug

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

View File

@ -3,7 +3,7 @@
<header><h1><?= $this->getHtml('Account/Group', 'Admin') ?></h1></header>
<div class="inner">
<div class="tab tab-2">
<div class="tabview tab-2">
<div class="box wf-100">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Account', 'Admin') ?></label>

View File

@ -33,7 +33,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
echo $this->getData('nav')->render();
?>
<div class="tab tab-2">
<div class="tabview tab-2">
<div class="box wf-100">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>