diff --git a/application/models/logbook_model.php b/application/models/logbook_model.php index 595f7e36..4279149e 100644 --- a/application/models/logbook_model.php +++ b/application/models/logbook_model.php @@ -186,6 +186,10 @@ class Logbook_model extends CI_Model { 'COL_QSL_RCVD' => $this->input->post('qsl_recv'), 'COL_QSL_SENT_VIA' => $this->input->post('qsl_sent_method'), 'COL_QSL_RCVD_VIA' => $this->input->post('qsl_recv_method'), + 'COL_EQSL_QSL_SENT' => $this->input->post('eqsl_sent'), + 'COL_EQSL_QSL_RCVD' => $this->input->post('eqsl_recv'), + 'COL_LOTW_QSL_SENT' => $this->input->post('lotw_sent'), + 'COL_LOTW_QSL_RCVD' => $this->input->post('lotw_recv'), 'COL_IOTA' => $this->input->post('iota_ref'), 'COL_QTH' => $this->input->post('qth'), 'COL_FREQ_RX' => '0', diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php old mode 100644 new mode 100755 index 92fcc576..062b0f58 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -107,6 +107,7 @@

QSLing

+

Paper

@@ -114,12 +115,16 @@ + + @@ -131,12 +136,61 @@ + + + +
Sent Recv
+ + +

eQSL.cc

+ + + + + + + +
SentRecv
+ +

LOTW

+ + + + + +
SentRecv