From 7fdd5b6bec07e3a1bb471d2434784afc20b298a8 Mon Sep 17 00:00:00 2001
From: Andreas <6977712+AndreasK79@users.noreply.github.com>
Date: Sun, 21 Mar 2021 08:19:38 +0100
Subject: [PATCH 1/2] [Awards SIG] Added datatable to the QSO list
---
 application/views/awards/sig/qso_list.php     |  7 ++---
 application/views/interface_assets/footer.php | 26 +++++++++++++++++++
 2 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/application/views/awards/sig/qso_list.php b/application/views/awards/sig/qso_list.php
index aeae61e7..d8cfeaf3 100644
--- a/application/views/awards/sig/qso_list.php
+++ b/application/views/awards/sig/qso_list.php
@@ -3,8 +3,8 @@
 
     
 
-    
-
+	
+			
         
             | Reference | Date/Time@@ -13,6 +13,7 @@ | RST Sent | RST Received | 
+		
         result() as $row) { ?>
             
                 | @@ -29,4 +30,4 @@ | 
     
     Export QSOs to ADIF
-
\ No newline at end of file
+
diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php
index 3ee3f8db..dbc83de0 100644
--- a/application/views/interface_assets/footer.php
+++ b/application/views/interface_assets/footer.php
@@ -1979,6 +1979,32 @@ function deleteQsl(id) {
 
 
 
+uri->segment(2) == "sig_details") { ?>
+	
+
+
 uri->segment(1) == "contesting" && $this->uri->segment(2) == "add") { ?>
 	
 
From a7c7316c30b251545abf01f5f4cd91a24a9e967d Mon Sep 17 00:00:00 2001
From: Andreas <6977712+AndreasK79@users.noreply.github.com>
Date: Sun, 21 Mar 2021 11:58:36 +0100
Subject: [PATCH 2/2] [Awards SIG] Added mode to the QSO-list view. Thanks to
 @oh1jw.
---
 application/views/awards/sig/qso_list.php | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/application/views/awards/sig/qso_list.php b/application/views/awards/sig/qso_list.php
index d8cfeaf3..cd39a1e2 100644
--- a/application/views/awards/sig/qso_list.php
+++ b/application/views/awards/sig/qso_list.php
@@ -9,6 +9,7 @@
             Reference | Date/Time | Callsign+ | Mode | Band | RST Sent | RST Received@@ -21,6 +22,7 @@ | COL_TIME_ON); echo date('d/m/y', $timestamp); ?> - COL_TIME_ON); echo date('H:i', $timestamp); ?> | COL_CALL; ?>+ | COL_MODE; ?> | COL_BAND; ?> | COL_RST_SENT; ?> | COL_RST_RCVD; ?> |