Fix tab bug

This commit is contained in:
Dennis Eichhorn 2019-01-13 22:46:41 +01:00
parent 7771dd6c15
commit 0a4b0eef71
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ $accounts = $group->getAccounts();
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>

View File

@ -31,7 +31,7 @@ $volumes = \phpOMS\Utils\Converter\VolumeType::getConstants();
$temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
?>
<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>