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 ' + echo '
+ @@ -25,7 +26,7 @@ if ($qsos->result() != NULL) { - +'; @@ -41,6 +42,7 @@ if ($qsos->result() != NULL) { foreach ($qsos->result() as $qsl) { echo ''; + echo ''; echo ''; echo ''; echo ''; @@ -57,11 +59,15 @@ if ($qsos->result() != NULL) { echo '
'.lang('gen_hamradio_callsign').' ' . lang('general_word_date') . ' '. lang('general_word_time') .'' . lang('gen_hamradio_station') . ' Sent method Mark as sentDeleteRemove QSO List
' . $qsl->COL_CALL . ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date($custom_date_format, $timestamp); echo ''; $timestamp = strtotime($qsl->COL_TIME_ON); echo date('H:i', $timestamp); echo '
'; ?> -

Export requested QSLs to CSV-file

+

-

Export requested QSLs to ADIF-file

+

-

Mark requested QSLs as sent

+

Export requested QSLs to CSV-file + + Export requested QSLs to ADIF-file + + Mark requested QSLs as sent