mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-21 22:08:42 +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="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table red">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Categories') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -12,11 +12,9 @@ echo $this->getData('nav')->render();
|
|||
<div class="col-xs-12">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->printHtml($doc->getTitle()); ?></h1></header>
|
||||
<div class="inner">
|
||||
<article>
|
||||
<?= $this->printHtml($doc->getDoc()); ?>
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
<?= $this->printHtml($doc->getDoc()); ?>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user