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 @@
| Date | - config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> -Time | - -Call | -Mode | -Sent | -Recv'd | -Band | -Country | - config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> -QSL | - session->userdata('user_eqsl_name') != "") { ?> -eQSL | - - session->userdata('user_lotw_name') != "") { ?> -LoTW | - -Station | -- - | lang->line('general_word_date'); ?> | + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> +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'); ?> | + config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> +QSL | + session->userdata('user_eqsl_name') != "") { ?> +eQSL | + + session->userdata('user_lotw_name') != "") { ?> +LoTW | + +lang->line('gen_hamradio_station'); ?> | ++ + + 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 @@ |
| Date | +lang->line('general_word_date'); ?> | config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> -Time | +lang->line('general_word_time'); ?> | -Call | -Mode | -Sent | -Recv'd | -Band | -Country | +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'); ?> | config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>QSL | session->userdata('user_eqsl_name') != "") { ?> @@ -19,7 +19,7 @@ session->userdata('user_lotw_name') != "") { ?>LoTW | -Station | +lang->line('gen_hamradio_station'); ?> |