From 03dadfca23777b7af952f0ce7180f16464640e47 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 17 Dec 2023 16:47:56 +0100 Subject: [PATCH] new linked locations table --- application/views/logbooks/edit.php | 22 ++++++++++++++-------- assets/js/sections/station_logbooks.js | 3 ++- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/application/views/logbooks/edit.php b/application/views/logbooks/edit.php index fe12b1b9..ed696fe8 100644 --- a/application/views/logbooks/edit.php +++ b/application/views/logbooks/edit.php @@ -1,4 +1,4 @@ -
+

session->flashdata('message')) { ?> @@ -117,7 +117,7 @@ - +
@@ -129,12 +129,14 @@ -
+
- + + + @@ -143,16 +145,20 @@ foreach ($station_locations_linked->result() as $row) { ?> - - + + + + - - + + + + diff --git a/assets/js/sections/station_logbooks.js b/assets/js/sections/station_logbooks.js index 04de1df9..54c7e4a8 100644 --- a/assets/js/sections/station_logbooks.js +++ b/assets/js/sections/station_logbooks.js @@ -6,6 +6,7 @@ $(document).ready( function () { $(document).ready( function () { $('#station_logbooks_linked_table').DataTable({ - "stateSave": true + "stateSave": true, + "paging": true }); } );
Unlink Station Location
station_profile_name;?> (: station_callsign;?> : station_country; if ($row->end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?>)station_profile_name;?>station_callsign;?>station_country; if ($row->end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?>