mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 03:58:41 +00:00
Fix tab bug
This commit is contained in:
parent
7771dd6c15
commit
0a4b0eef71
|
|
@ -20,7 +20,7 @@ $accounts = $group->getAccounts();
|
||||||
|
|
||||||
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>
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ $volumes = \phpOMS\Utils\Converter\VolumeType::getConstants();
|
||||||
$temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
|
$temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<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