mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-29 23:38:41 +00:00
Use new tab, colors and css
This commit is contained in:
parent
35e9ab6e02
commit
a0890f85ef
|
|
@ -3,7 +3,7 @@
|
|||
<header><h1><?= $this->getHtml('Account/Group', 'Admin') ?></h1></header>
|
||||
|
||||
<div class="inner">
|
||||
<div class="tabular-2">
|
||||
<div class="tab tab-2">
|
||||
<div class="box wf-100">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('Account', 'Admin') ?></label>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ $accounts = $this->getData('accounts');
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table red">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Profiles') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
|
|||
|
||||
echo $this->getData('nav')->render();
|
||||
?>
|
||||
<div class="tabular-2">
|
||||
<div class="tab tab-2">
|
||||
<div class="box wf-100">
|
||||
<ul class="tab-links">
|
||||
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user