diff --git a/application/models/Eqslmethods_model.php b/application/models/Eqslmethods_model.php index da183d0c..13e05dc6 100644 --- a/application/models/Eqslmethods_model.php +++ b/application/models/Eqslmethods_model.php @@ -48,6 +48,7 @@ class Eqslmethods_model extends CI_Model { foreach ($stations->result() as $row) { array_push($logbooks_locations_array, $row->station_id); } + array_push($logbooks_locations_array, -9999); } $this->db->select('station_profile.*, '.$this->config->item('table_name').'.COL_PRIMARY_KEY, '.$this->config->item('table_name').'.COL_TIME_ON, '.$this->config->item('table_name').'.COL_CALL, '.$this->config->item('table_name').'.COL_MODE, '.$this->config->item('table_name').'.COL_SUBMODE, '.$this->config->item('table_name').'.COL_BAND, '.$this->config->item('table_name').'.COL_COMMENT, '.$this->config->item('table_name').'.COL_RST_SENT, '.$this->config->item('table_name').'.COL_PROP_MODE, '.$this->config->item('table_name').'.COL_SAT_NAME, '.$this->config->item('table_name').'.COL_SAT_MODE, '.$this->config->item('table_name').'.COL_QSLMSG'); @@ -79,6 +80,7 @@ class Eqslmethods_model extends CI_Model { foreach ($stations->result() as $row) { array_push($logbooks_locations_array, $row->station_id); } + array_push($logbooks_locations_array, -9999); } $this->db->select('station_profile.station_id, '.$this->config->item('table_name').'.COL_PRIMARY_KEY, '.$this->config->item('table_name').'.COL_TIME_ON, '.$this->config->item('table_name').'.COL_CALL, '.$this->config->item('table_name').'.COL_MODE, '.$this->config->item('table_name').'.COL_SUBMODE, '.$this->config->item('table_name').'.COL_BAND, '.$this->config->item('table_name').'.COL_PROP_MODE, '.$this->config->item('table_name').'.COL_SAT_NAME, '.$this->config->item('table_name').'.COL_SAT_MODE, '.$this->config->item('table_name').'.COL_QSLMSG, eQSL_images.qso_id'); diff --git a/application/views/qso/index.php b/application/views/qso/index.php index e8ef6e16..3cdae502 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -54,12 +54,12 @@
- > + required pattern="[0-3][0-9]-[0-1][0-9]-[0-9]{4}">
- > + required pattern="[0-2][0-9]:[0-5][0-9]">
diff --git a/assets/css/general.css b/assets/css/general.css index a2ad3e2a..5e101bb5 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -554,4 +554,4 @@ div#station_logbooks_linked_table_paginate { input:invalid { border-color: red; - } \ No newline at end of file + }