mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-02-04 06:18:40 +00:00
Fix tab bug
This commit is contained in:
parent
adeacc7eb2
commit
eae8b72f2d
|
|
@ -13,7 +13,7 @@
|
||||||
$department = $this->getData('department');
|
$department = $this->getData('department');
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="tab tab-2">
|
<div class="tabview tab-2">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Department'); ?></label>
|
<li><label for="c-tab-1"><?= $this->getHtml('Department'); ?></label>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="tab tab-2">
|
<div class="tabview tab-2">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Risk'); ?></label>
|
<li><label for="c-tab-1"><?= $this->getHtml('Risk'); ?></label>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
$risk = $this->getData('risk');
|
$risk = $this->getData('risk');
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="tab tab-2">
|
<div class="tabview tab-2">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Risk'); ?></label>
|
<li><label for="c-tab-1"><?= $this->getHtml('Risk'); ?></label>
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
$unit = $this->getData('unit');
|
$unit = $this->getData('unit');
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="tab tab-2">
|
<div class="tabview tab-2">
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<ul class="tab-links">
|
<ul class="tab-links">
|
||||||
<li><label for="c-tab-1"><?= $this->getHtml('Unit'); ?></label>
|
<li><label for="c-tab-1"><?= $this->getHtml('Unit'); ?></label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user