diff --git a/application/controllers/Station.php b/application/controllers/Station.php index 694b204f..85804481 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -37,6 +37,9 @@ class Station extends CI_Controller { $this->load->model('dxcc'); $data['dxcc_list'] = $this->dxcc->list(); + $this->load->model('logbook_model'); + $data['iota_list'] = $this->logbook_model->fetchIota(); + $this->load->library('form_validation'); $this->form_validation->set_rules('station_profile_name', 'Station Profile Name', 'required'); @@ -62,6 +65,9 @@ class Station extends CI_Controller { $this->load->model('stations'); $this->load->model('dxcc'); + $this->load->model('logbook_model'); + + $data['iota_list'] = $this->logbook_model->fetchIota(); $item_id_clean = $this->security->xss_clean($id); diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index 90cd995d..97623c1d 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -159,11 +159,20 @@ Station Gridsquare for example IO87IP, if you are at a gridline enter the gridsquare with a comma for example IO77,IO78,IO87,IO88. -
- - - Station IOTA Reference for example EU-005, You can lookup IOTA References at the IOTA World website. -
+
+ + + Station IOTA Reference for example EU-005, You can lookup IOTA References at the IOTA World website. +
diff --git a/application/views/station_profile/edit.php b/application/views/station_profile/edit.php index fec8a0ca..b1fc6a73 100644 --- a/application/views/station_profile/edit.php +++ b/application/views/station_profile/edit.php @@ -177,11 +177,24 @@ Station Gridsquare for example IO87IP, if you are at a gridline enter the gridsquare with a comma for example IO77,IO78,IO87,IO88.
-
- - station_iota; } ?>"> - Station IOTA Reference for example EU-005, You can lookup IOTA References at the IOTA World website. -
+
+ + + Station IOTA Reference for example EU-005, You can lookup IOTA References at the IOTA World website. +