mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-12 00:08:43 +00:00
Use new tab, colors and css
This commit is contained in:
parent
fa9d185a7e
commit
4836b8fa37
|
|
@ -22,7 +22,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('Categories') ?></caption>
|
<caption><?= $this->getHtml('Categories') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,9 @@ echo $this->getData('nav')->render();
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="box wf-100">
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->printHtml($doc->getTitle()); ?></h1></header>
|
<header><h1><?= $this->printHtml($doc->getTitle()); ?></h1></header>
|
||||||
<div class="inner">
|
<article>
|
||||||
<article>
|
<?= $this->printHtml($doc->getDoc()); ?>
|
||||||
<?= $this->printHtml($doc->getDoc()); ?>
|
</article>
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user