mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-25 02:58:41 +00:00
Use new tab, colors and css
This commit is contained in:
parent
37357973ba
commit
446a71e29d
|
|
@ -1,21 +1,17 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-12 col-md-8 col-lg-9">
|
||||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<article>
|
||||
<?= $this->getData('content'); ?>
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
<?= $this->getData('content'); ?>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
||||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<article>
|
||||
<?= $this->getData('navigation'); ?>
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
<?= $this->getData('navigation'); ?>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1,21 +1,17 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-12 col-md-8 col-lg-9">
|
||||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<article>
|
||||
<?= $this->getData('content'); ?>
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
<?= $this->getData('content'); ?>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
||||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<article>
|
||||
<?= $this->getData('navigation'); ?>
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
<?= $this->getData('navigation'); ?>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -21,7 +21,7 @@ $modules = $this->app->moduleManager->getInstalledModules();
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table id="moduleList" class="table red">
|
||||
<table id="moduleList" class="table darkred">
|
||||
<caption><?= $this->getHtml('Modules') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,17 @@
|
|||
<div class="row">
|
||||
<div class="col-xs-12 col-md-8 col-lg-9">
|
||||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<article>
|
||||
<?= $this->getData('content'); ?>
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
<?= $this->getData('content'); ?>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-md-4 col-lg-3">
|
||||
<section class="box wf-100">
|
||||
<div class="inner">
|
||||
<article>
|
||||
<?= $this->getData('navigation'); ?>
|
||||
</article>
|
||||
</div>
|
||||
<article>
|
||||
<?= $this->getData('navigation'); ?>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user