Start changing styles

This commit is contained in:
Dennis Eichhorn 2019-05-14 22:02:49 +02:00
parent 07dfefc2e6
commit 49a3f1a03c
6 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table id="accountList" class="table darkred">
<table id="accountList" class="default">
<caption><?= $this->getHtml('Groups') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -105,7 +105,7 @@ echo $this->getData('nav')->render(); ?>
</div>
<div class="col-xs-12 col-md-6">
<table id="groupTable" class="box table darkred">
<table id="groupTable" class="box table default">
<caption><?= $this->getHtml('Groups') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
@ -143,7 +143,7 @@ echo $this->getData('nav')->render(); ?>
</div>
<div class="col-xs-12 col-md-6">
<table class="box table darkred">
<table class="box table default">
<caption><?= $this->getHtml('Permissions') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -18,7 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<table id="groupList" class="box table darkred">
<table id="groupList" class="box table default">
<caption><?= $this->getHtml('Groups') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -61,7 +61,7 @@ echo $this->getData('nav')->render(); ?>
</div>
<div class="col-xs-12 col-md-6">
<table class="box table darkred wf-100">
<table class="box table default wf-100">
<caption><?= $this->getHtml('Accounts') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
@ -91,7 +91,7 @@ echo $this->getData('nav')->render(); ?>
</div>
<div class="col-xs-12 col-md-6">
<table id="groupPermissions" class="box table darkred wf-100" data-table-form="fGroupAddPermission">
<table id="groupPermissions" class="box table default wf-100" data-table-form="fGroupAddPermission">
<caption><?= $this->getHtml('Permissions') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
@ -205,7 +205,7 @@ echo $this->getData('nav')->render(); ?>
<div class="tab">
<div class="row">
<div class="col-xs-12">
<table class="box table darkred wf-100">
<table class="box table default wf-100">
<caption><?= $this->getHtml('AuditLog') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -24,7 +24,7 @@ $installed = $this->app->moduleManager->getInstalledModules();
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table id="moduleList" class="table darkred">
<table id="moduleList" class="default">
<caption><?= $this->getHtml('Modules') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -51,7 +51,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
<tbody>
<tr><td><label for="iOname"><?= $this->getHtml('OrganizationName'); ?></label>
<tr><td><input id="iOname" name="settings_1000000009" type="text" value="<?= $this->printHtml($settings[1000000009]); ?>" placeholder="&#xf12e; Money Bin" required>
<tr><td><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>">
</table>
</form>
</div>
@ -85,7 +85,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
<label for="iPasswordHistory"><?= $this->getHtml('PasswordHistory'); ?></label>
<i class="fa fa-info-circle tooltip"><i data-tooltip="<?= $this->getHtml('i:PasswordHistory') ?>"></i></i>
<tr><td><input id="iPasswordHistory" name="settings_1000000004" type="number" value="<?= $this->printHtml($settings[1000000004]); ?>">
<tr><td><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>">
</table>
</form>
</div>
@ -106,7 +106,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
</span>
<tr><td><label for="iLogPath"><?= $this->getHtml('LogPath'); ?></label>
<tr><td><input id="iLogPath" name="settings_1000000007" type="text" value="<?= $this->printHtml($settings[1000000007]); ?>" placeholder="&#xf023; asdf">
<tr><td><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td><input id="iSubmitGeneral" name="submitGeneral" type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>">
</table>
</form>
</div>
@ -164,7 +164,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
<option value="<?= $this->printHtml($code); ?>"<?= $this->printHtml($temperature === $settings[1000000022] ? ' selected' : ''); ?>><?= $this->printHtml($temperature); ?>
<?php endforeach; ?>
</select>
<tr><td colspan="2"><input id="iSubmitLocalization" name="submitLocalization" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td colspan="2"><input id="iSubmitLocalization" name="submitLocalization" type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>">
</table>
</form>
</div>