[Maintenance] Cleaned up the bottom margin leaving white space
这个提交包含在:
父节点
8f2ed595e9
当前提交
8e93b2a874
共有 1 个文件被更改,包括 5 次插入 和 5 次删除
|
|
@ -9,12 +9,12 @@
|
||||||
|
|
||||||
<h2><?php echo $page_title; ?></h2>
|
<h2><?php echo $page_title; ?></h2>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card" style="margin-bottom: 15px;">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
QSO-DB Maintenance
|
QSO-DB Maintenance
|
||||||
</div>
|
</div>
|
||||||
<?php if($is_there_qsos_with_no_station_id >= 1) { ?>
|
<?php if($is_there_qsos_with_no_station_id >= 1) { ?>
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert" style="margin-bottom: 0px !important;">
|
||||||
<span class="badge badge-pill badge-warning">Warning</span> The Database contains QSOs without a station-profile (location)<br/>
|
<span class="badge badge-pill badge-warning">Warning</span> The Database contains QSOs without a station-profile (location)<br/>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
} else { ?>
|
} else { ?>
|
||||||
<div class="alert alert-secondary" role="alert">
|
<div class="alert alert-secondary" role="alert" style="margin-bottom: 0px !important;">
|
||||||
<span class="badge badge-pill badge-success">Everything ok</span> Every QSO in your Database is assigned to a station-profile (location)
|
<span class="badge badge-pill badge-success">Everything ok</span> Every QSO in your Database is assigned to a station-profile (location)
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
Settings Maintenance
|
Settings Maintenance
|
||||||
</div>
|
</div>
|
||||||
<?php if(!$this->config->item('cl_multilanguage')) { ?>
|
<?php if(!$this->config->item('cl_multilanguage')) { ?>
|
||||||
<div class="alert alert-danger" role="alert">
|
<div class="alert alert-danger" role="alert" style="margin-bottom: 0px !important;">
|
||||||
<span class="badge badge-pill badge-warning">Warning</span> You didn't enabled Multilanguage support in your config.php
|
<span class="badge badge-pill badge-warning">Warning</span> You didn't enabled Multilanguage support in your config.php
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
} else { ?>
|
} else { ?>
|
||||||
<div class="alert alert-secondary" role="alert">
|
<div class="alert alert-secondary" role="alert" style="margin-bottom: 0px !important;">
|
||||||
<span class="badge badge-pill badge-success">Everything ok</span> You have enabled Multuser-Language support
|
<span class="badge badge-pill badge-success">Everything ok</span> You have enabled Multuser-Language support
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用