mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-03 15:08:41 +00:00
Make all tables red
This commit is contained in:
parent
9ea8fa70df
commit
95ca130417
|
|
@ -31,7 +31,7 @@ echo $this->getData('nav')->render();
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Groups'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<table class="box table">
|
||||
<table class="box table red">
|
||||
<caption><?= $this->getText('Groups'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ $footerView->setResults(count($modules));
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box w-100">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Modules'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ $currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
|
|||
<div class="tab">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<section class="box wf-100 orange">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getText('Localization') ?></h1></header>
|
||||
<div class="inner">
|
||||
<form id="fLocalization" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/settings/localization'); ?>" method="post">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user