mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-15 07:58:42 +00:00
Use new tab, colors and css
This commit is contained in:
parent
e880c85889
commit
bb09cdc541
|
|
@ -26,7 +26,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 id="newsArchiveList" class="table red">
|
<table id="newsArchiveList" class="table darkred">
|
||||||
<caption><?= $this->getHtml('Archive'); ?></caption>
|
<caption><?= $this->getHtml('Archive'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,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 id="newsList" class="table red">
|
<table id="newsList" class="table darkred">
|
||||||
<caption><?= $this->getHtml('News'); ?></caption>
|
<caption><?= $this->getHtml('News'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="box wf-100">
|
<section class="box wf-100">
|
||||||
<header><h1><?= $this->printHtml($news->getTitle()); ?></h1></header>
|
<article><?= $news->getContent(); ?></article>
|
||||||
<div class="inner">
|
|
||||||
<article><?= $news->getContent(); ?></article>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user