mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 06:48:41 +00:00
Fix tab bug
This commit is contained in:
parent
a285bcf4ac
commit
3491fd57bc
|
|
@ -15,7 +15,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('Master'); ?></label></li>
|
<li><label for="c-tab-1"><?= $this->getHtml('Master'); ?></label></li>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ $client = $this->getData('client');
|
||||||
*/
|
*/
|
||||||
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('Master'); ?></label></li>
|
<li><label for="c-tab-1"><?= $this->getHtml('Master'); ?></label></li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user