Optimize css and rephrase some descriptions

This commit is contained in:
phl0 2022-04-04 19:45:52 +02:00
parent 86da0800b4
commit 8d917f20c1
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
5 changed files with 6 additions and 10 deletions

View File

@ -6,7 +6,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$lang['qso_title_qso_map'] = 'QSO Map';
$lang['qso_title_suggestions'] = 'Suggestions';
$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
$lang['qso_transmit_power_helptext'] = 'Give power value in Watts. Include only numbers in the input.';

View File

@ -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_suggestions'] = 'Vorschläge';
$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
$lang['qso_transmit_power_helptext'] = 'Gib die Ausgangsleistung in Watt an. Erfasse nur Zahlen bei der Eingabe.';

View File

@ -228,12 +228,12 @@
</div>
<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">
<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 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>
<input type="hidden" name="id" value="<?php echo $this->uri->segment(3); ?>" />

View File

@ -424,12 +424,12 @@
</div>
<div class="card-body">
<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">
<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 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>

View File

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