mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
Optimize css and rephrase some descriptions
This commit is contained in:
parent
86da0800b4
commit
8d917f20c1
@ -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.';
|
||||
|
@ -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.';
|
||||
|
@ -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); ?>" />
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user