mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-30 05:28:39 +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(); ?>
|
||||
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user