mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-24 13:18:41 +00:00
Make all tables red
This commit is contained in:
parent
b3706d203d
commit
d184d2f3f8
|
|
@ -28,7 +28,7 @@ $accounts = $this->getData('accounts');
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ echo $this->getData('nav')->render();
|
|||
|
||||
<div class="col-xs-12 col-md-6">
|
||||
<div class="box wf-100">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Media', 'Media'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user