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