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 @@
-
+
|
- |
+ |
+ |
+ Unlink Station Location |
@@ -143,16 +145,20 @@
foreach ($station_locations_linked->result() as $row) {
?>
- | 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').''; } ?> |
+ |
- |
- |
+ |
+ |
+ |
+ |
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
});
} );