mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-13 21:28:41 +00:00
Use new tab, colors and css
This commit is contained in:
parent
2c84282e36
commit
2ff6a68d03
|
|
@ -1,4 +1,4 @@
|
||||||
<table class="table red">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Tasks', 'Tasks') ?></caption>
|
<caption><?= $this->getHtml('Tasks', 'Tasks') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<td><?= $this->getHtml('Status', 'Tasks') ?>
|
<td><?= $this->getHtml('Status', 'Tasks') ?>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-md-9">
|
<div class="col-xs-12 col-md-9">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table id="taskList" class="table red">
|
<table id="taskList" class="table darkred">
|
||||||
<caption><?= $this->getHtml('Tasks') ?></caption>
|
<caption><?= $this->getHtml('Tasks') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<td><?= $this->getHtml('Status') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td><?= $this->getHtml('Status') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user