Optimize css and rephrase some descriptions

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

查看文件

@ -6,7 +6,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$lang['qso_title_qso_map'] = 'QSO Map'; $lang['qso_title_qso_map'] = 'QSO Map';
$lang['qso_title_suggestions'] = 'Suggestions'; $lang['qso_title_suggestions'] = 'Suggestions';
$lang['qso_title_pervious_contacts'] = 'Previous Contacts'; $lang['qso_title_pervious_contacts'] = 'Previous Contacts';
$lang['qso_title_image'] = 'Image'; $lang['qso_title_image'] = 'Profile Picture from qrz.com';
// Input Help Text on the /QSO Display // Input Help Text on the /QSO Display
$lang['qso_transmit_power_helptext'] = 'Give power value in Watts. Include only numbers in the input.'; $lang['qso_transmit_power_helptext'] = 'Give power value in Watts. Include only numbers in the input.';

查看文件

@ -6,7 +6,7 @@ defined('BASEPATH') OR exit('Direkter Zugriff auf Skripte ist nicht erlaubt');
$lang['qso_title_qso_map'] = 'QSO-Karte'; $lang['qso_title_qso_map'] = 'QSO-Karte';
$lang['qso_title_suggestions'] = 'Vorschläge'; $lang['qso_title_suggestions'] = 'Vorschläge';
$lang['qso_title_pervious_contacts'] = 'Vorherige Kontakte'; $lang['qso_title_pervious_contacts'] = 'Vorherige Kontakte';
$lang['qso_title_image'] = 'Bild'; $lang['qso_title_image'] = 'Profilbild von qrz.com';
// Input Help Text on the /QSO Display // Input Help Text on the /QSO Display
$lang['qso_transmit_power_helptext'] = 'Gib die Ausgangsleistung in Watt an. Erfasse nur Zahlen bei der Eingabe.'; $lang['qso_transmit_power_helptext'] = 'Gib die Ausgangsleistung in Watt an. Erfasse nur Zahlen bei der Eingabe.';

查看文件

@ -228,12 +228,12 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="showqrzimages"> Show profile picture of qrz.com in the log QSO section.</label> <label for="showqrzimages">Show profile picture of QSO partner from qrz.com profile in the log QSO section.</label>
<select class="custom-select" id="showqrzimages" name="user_show_qrz_image"> <select class="custom-select" id="showqrzimages" name="user_show_qrz_image">
<option value="0"><?php echo $this->lang->line('general_word_no'); ?></option> <option value="0"><?php echo $this->lang->line('general_word_no'); ?></option>
<option value="1"><?php echo $this->lang->line('general_word_yes'); ?></option> <option value="1"><?php echo $this->lang->line('general_word_yes'); ?></option>
</select> </select>
<div class="small form-text text-muted">Please set your qrz.com credentials in the station locations configuration (XML subscription required).</div></td> <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> </div>
<input type="hidden" name="id" value="<?php echo $this->uri->segment(3); ?>" /> <input type="hidden" name="id" value="<?php echo $this->uri->segment(3); ?>" />

查看文件

@ -424,12 +424,12 @@
</div> </div>
<div class="card-body"> <div class="card-body">
<div class="form-group"> <div class="form-group">
<label for="showqrzimages">Show profile picture of qrz.com in the log QSO section.</label> <label for="showqrzimages">Show profile picture of QSO partner from qrz.com profile in the log QSO section.</label>
<select class="custom-select" id="showqrzimages" name="user_show_qrz_image"> <select class="custom-select" id="showqrzimages" name="user_show_qrz_image">
<option value="1" <?php if ($user_show_qrz_image == 1) { echo " selected =\"selected\""; } ?>><?php echo $this->lang->line('general_word_yes'); ?></option> <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> <option value="0" <?php if ($user_show_qrz_image == 0) { echo " selected =\"selected\""; } ?>><?php echo $this->lang->line('general_word_no'); ?></option>
</select> </select>
<div class="small form-text text-muted">Please set your qrz.com credentials in the station locations configuration (XML subscription required).</div></td> <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> </div>
</div> </div>

查看文件

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