From 1384926f720f92d3187a75ceab36f0682fefe42b Mon Sep 17 00:00:00 2001 From: Corby Krick Date: Sat, 9 Feb 2013 14:58:34 -0600 Subject: [PATCH 1/2] Added menu items for paper QSLs, and menus for eQSL.cc and LoTW. Need to be prettied up with some CSS. --- application/views/qso/edit.php | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) mode change 100644 => 100755 application/views/qso/edit.php diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php old mode 100644 new mode 100755 index 92fcc576..157e6d80 --- 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
From 3f32c38e9c3683ed9512c5db12b5e655c82a0b50 Mon Sep 17 00:00:00 2001 From: Corby Krick Date: Mon, 11 Feb 2013 18:55:11 -0600 Subject: [PATCH 2/2] Neglected to add to the edit function in the logbook_model, also changed the name of the selector for eQSL.cc receive, to match the convention in the rest of the selectors. --- application/models/logbook_model.php | 4 ++++ application/views/qso/edit.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 index 157e6d80..062b0f58 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -163,7 +163,7 @@ Recv -