From c3c1ab2a1320fb14be75893751e918e120844f7e Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:33:33 +0200 Subject: [PATCH] [QSLPrint] Added checkboxes for multiselect --- application/views/qslprint/qslprint.php | 16 +++-- assets/js/sections/qslprint.js | 88 +++++++++++++++++++++++++ 2 files changed, 99 insertions(+), 5 deletions(-) diff --git a/application/views/qslprint/qslprint.php b/application/views/qslprint/qslprint.php index 7b347030..a9dbd0f9 100644 --- a/application/views/qslprint/qslprint.php +++ b/application/views/qslprint/qslprint.php @@ -13,9 +13,10 @@ if (empty($station_id)) { } if ($qsos->result() != NULL) { - echo '
| '.lang('gen_hamradio_callsign').' | ' . lang('general_word_date') . ' | '. lang('general_word_time') .' | @@ -25,7 +26,7 @@ if ($qsos->result() != NULL) {' . lang('gen_hamradio_station') . ' | Sent method | Mark as sent | -Delete | +Remove | QSO List | |
|---|---|---|---|---|---|---|---|---|---|
| '; echo ' | ' . $qsl->COL_CALL . ' | '; echo ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo ' | '; echo ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date('H:i', $timestamp); echo ' | '; @@ -57,11 +59,15 @@ if ($qsos->result() != NULL) { echo '
Export requested QSLs to CSV-file
+-
Export requested QSLs to ADIF-file
+ - +Export requested QSLs to CSV-file + + Export requested QSLs to ADIF-file + + Mark requested QSLs as sent