From 9d576be0fd46817321a7b628029c585b9e3e4284 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 2 Mar 2020 20:13:19 +0000 Subject: [PATCH] Cleaned up the popup boxes --- application/views/dashboard/index.php | 2 +- application/views/qso/edit.php | 18 ++++++++++-------- application/views/qso/index.php | 2 +- application/views/view_log/partial/log.php | 2 +- application/views/view_log/qso.php | 22 ++++++++++++++-------- 5 files changed, 27 insertions(+), 19 deletions(-) diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index 2d2396a8..276f52f9 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -54,7 +54,7 @@ - COL_PRIMARY_KEY; ?>" href="javascript:;"> + COL_PRIMARY_KEY; ?>" href="javascript:;"> COL_CALL)); ?> diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 39a5a017..869d9466 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -18,16 +18,14 @@ - - - -
-

-
+ +
+
+
-
+
- + +
+
+
+ diff --git a/application/views/qso/index.php b/application/views/qso/index.php index 68460747..de785b98 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -339,7 +339,7 @@ foreach ($query->result() as $row) { ?> '; ?> config->item('qso_date_format').' H:i',strtotime($row->COL_TIME_ON)); ?> - COL_PRIMARY_KEY; ?>" href="javascript:;">COL_CALL)); ?> + COL_PRIMARY_KEY; ?>" href="javascript:;">COL_CALL)); ?> COL_MODE; ?> COL_RST_SENT; ?> COL_RST_RCVD; ?> diff --git a/application/views/view_log/partial/log.php b/application/views/view_log/partial/log.php index 357f432b..3ccb78ce 100644 --- a/application/views/view_log/partial/log.php +++ b/application/views/view_log/partial/log.php @@ -31,7 +31,7 @@ config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> COL_TIME_ON); echo date('H:i', $timestamp); ?> - COL_PRIMARY_KEY; ?>" href="javascript:;">COL_CALL)); ?> + COL_PRIMARY_KEY; ?>" href="javascript:;">COL_CALL)); ?> COL_MODE; ?> COL_RST_SENT; ?> COL_STX) { ?>COL_STX;?>COL_STX_STRING) { ?>COL_STX_STRING;?> diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 72d6ba03..b073599c 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -1,11 +1,14 @@ - -num_rows() > 0) { foreach ($query->result() as $row) { -?> - config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> -

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?>

- -

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp);?>

- +
+
+
+ num_rows() > 0) { foreach ($query->result() as $row) { ?> + config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> +

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?>

+ +

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp);?>

+ +
+
@@ -196,6 +199,9 @@
+
+
+
COL_GRIDSQUARE != null) {