still rushing bugs

这个提交包含在:
Peter Goodhall 2022-10-11 15:06:17 +01:00
父节点 fa979a426a
当前提交 1ff1e541f6
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -32,7 +32,7 @@ class Welcome extends CI_Controller {
$data['NumberOfNotes'] = $this->note->CountAllNotes(); $data['NumberOfNotes'] = $this->note->CountAllNotes();
if($data['CountAllStationLocations'] == 0 || $data['NumberOfStationLogbooks'] == 0 || $data['NumberOfAPIKeys'] == 0 || $data['NumberOfNotes'] > 0) { if($data['CountAllStationLocations'] == 0 || $data['NumberOfStationLogbooks'] == 0 || $data['NumberOfAPIKeys'] > 0 || $data['NumberOfNotes'] > 0) {
// load views // load views
$this->load->view('interface_assets/mini_header', $data); $this->load->view('interface_assets/mini_header', $data);
$this->load->view('welcome/index'); $this->load->view('welcome/index');

查看文件

@ -128,7 +128,7 @@
<br> <br>
<?php } ?> <?php } ?>
<?php if(!$NumberOfAPIKeys) { ?> <?php if($NumberOfNotes > 0) { ?>
<div class="card"> <div class="card">
<div class="card-header">Claim API Keys</div> <div class="card-header">Claim API Keys</div>
<div class="card-body"> <div class="card-body">