diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 22543e08..885b655d 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -20,6 +20,7 @@ $lang['general_word_satellite'] = 'Satellite'; $lang['general_word_satellite_short'] = 'Sat'; $lang['general_word_notes'] = 'Notes'; $lang['general_word_comment'] = 'Comment'; +$lang['general_word_country'] = 'Country'; $lang['general_word_total'] = 'Total'; $lang['general_word_year'] = 'Year'; @@ -41,6 +42,11 @@ $lang['general_word_qslcard_direct'] = 'Direct'; $lang['general_word_qslcard_bureau'] = 'Bureau'; $lang['general_word_qslcard_via'] = 'Via'; +$lang['general_edit_qso'] = 'Edit QSO'; +$lang['general_mark_qsl_rx_bureau'] = 'Mark QSL Received (Bureau)'; +$lang['general_mark_qsl_rx_direct'] = 'Mark QSL Received (Direct)'; + +$lang['general_delete_qso'] = 'Delete QSO'; // Cloudlog Terms $lang['cloudlog_station_profile'] = 'Station Profile'; diff --git a/application/views/view_log/partial/log.php b/application/views/view_log/partial/log.php index 4f07e76e..b04e0363 100644 --- a/application/views/view_log/partial/log.php +++ b/application/views/view_log/partial/log.php @@ -1,28 +1,29 @@
- - config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> - - - - - - - - - config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> - - session->userdata('user_eqsl_name') != "") { ?> - - - session->userdata('user_lotw_name') != "") { ?> - - - - - - + + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> + + + + + + + + + config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> + + session->userdata('user_eqsl_name') != "") { ?> + + + session->userdata('user_lotw_name') != "") { ?> + + + + + + + result() as $row) { ?> + diff --git a/application/views/view_log/partial/log_ajax.php b/application/views/view_log/partial/log_ajax.php index e8dca3b7..7bb8f523 100644 --- a/application/views/view_log/partial/log_ajax.php +++ b/application/views/view_log/partial/log_ajax.php @@ -1,16 +1,16 @@
DateTimeCallModeSentRecv'dBandCountryQSLeQSLLoTWStation
lang->line('general_word_date'); ?>lang->line('general_word_time'); ?>lang->line('gen_hamradio_call'); ?>lang->line('gen_hamradio_mode'); ?>lang->line('general_word_sent'); ?>lang->line('general_word_received'); ?>lang->line('gen_hamradio_band'); ?>lang->line('general_word_country'); ?>QSLeQSLLoTWlang->line('gen_hamradio_station'); ?>
- + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> - + - - - - - - + + + + + + config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> session->userdata('user_eqsl_name') != "") { ?> @@ -19,7 +19,7 @@ session->userdata('user_lotw_name') != "") { ?> - + @@ -129,18 +129,18 @@
Datelang->line('general_word_date'); ?> Timelang->line('general_word_time'); ?> CallModeSentRecv'dBandCountrylang->line('gen_hamradio_call'); ?>lang->line('gen_hamradio_mode'); ?>lang->line('general_word_sent'); ?>lang->line('general_word_received'); ?>lang->line('gen_hamradio_band'); ?>lang->line('general_word_country'); ?> QSL LoTW Stationlang->line('gen_hamradio_station'); ?>