Fix css and config hint

这个提交包含在:
phl0 2022-04-04 20:30:01 +02:00
父节点 8d917f20c1
当前提交 10f8349961
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A
共有 3 个文件被更改,包括 7 次插入3 次删除

查看文件

@ -233,7 +233,7 @@
<option value="0"><?php echo $this->lang->line('general_word_no'); ?></option>
<option value="1"><?php echo $this->lang->line('general_word_yes'); ?></option>
</select>
<div class="small form-text text-muted">Please set your qrz.com API key in the station locations configuration (XML subscription required).</div></td>
<div class="small form-text text-muted">Please set your qrz.com credentials in the general config file.</div></td>
</div>
<input type="hidden" name="id" value="<?php echo $this->uri->segment(3); ?>" />

查看文件

@ -429,7 +429,7 @@
<option value="1" <?php if ($user_show_qrz_image == 1) { echo " selected =\"selected\""; } ?>><?php echo $this->lang->line('general_word_yes'); ?></option>
<option value="0" <?php if ($user_show_qrz_image == 0) { echo " selected =\"selected\""; } ?>><?php echo $this->lang->line('general_word_no'); ?></option>
</select>
<div class="small form-text text-muted">Please set your qrz.com API key in the station locations configuration (XML subscription required).</div></td>
<div class="small form-text text-muted">Please set your qrz.com credentials in the general config file.</div></td>
</div>
</div>

查看文件

@ -303,7 +303,11 @@ div#station_logbooks_linked_table_paginate {
/* qrz.com profile picture Styles */
.callsign-image .card-title {
.card-title {
margin-bottom: 0px;
}
.callsign-image {
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;