mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-14 06:38:40 +00:00
Fix tab bug
This commit is contained in:
parent
a0890f85ef
commit
5b35ea1ab6
|
|
@ -3,7 +3,7 @@
|
||||||
<header><h1><?= $this->getHtml('Account/Group', 'Admin') ?></h1></header>
|
<header><h1><?= $this->getHtml('Account/Group', 'Admin') ?></h1></header>
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="tab tab-2">
|
<div class="tabview tab-2">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Account', 'Admin') ?></label>
|
<li><label for="c-tab-1"><?= $this->getHtml('Account', 'Admin') ?></label>
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
|
||||||
|
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
<div class="tab tab-2">
|
<div class="tabview tab-2">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user