mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-10 05:48:43 +00:00
Use new tab, colors and css
This commit is contained in:
parent
c2edff9d00
commit
a285bcf4ac
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="tabular-2">
|
<div class="tab 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>
|
||||||
|
|
@ -262,7 +262,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
$footerView->setPage(1);
|
$footerView->setPage(1);
|
||||||
?>
|
?>
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table red">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Logs'); ?></caption>
|
<caption><?= $this->getHtml('Logs'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table red">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Clients'); ?></caption>
|
<caption><?= $this->getHtml('Clients'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ $client = $this->getData('client');
|
||||||
*/
|
*/
|
||||||
echo $this->getData('nav')->render();
|
echo $this->getData('nav')->render();
|
||||||
?>
|
?>
|
||||||
<div class="tabular-2">
|
<div class="tab 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>
|
||||||
|
|
@ -271,7 +271,7 @@ echo $this->getData('nav')->render();
|
||||||
$footerView->setPage(1);
|
$footerView->setPage(1);
|
||||||
?>
|
?>
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table red">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Logs'); ?></caption>
|
<caption><?= $this->getHtml('Logs'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user