mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-26 23:28:40 +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="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table id="newsArchiveList" class="table red">
|
||||
<table id="newsArchiveList" class="table darkred">
|
||||
<caption><?= $this->getHtml('Archive'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table id="newsList" class="table red">
|
||||
<table id="newsList" class="table darkred">
|
||||
<caption><?= $this->getHtml('News'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -20,10 +20,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->printHtml($news->getTitle()); ?></h1></header>
|
||||
<div class="inner">
|
||||
<article><?= $news->getContent(); ?></article>
|
||||
</div>
|
||||
<article><?= $news->getContent(); ?></article>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user