From ac92b7ddf59ecf162c67c199dff83f4a8e2eedea Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:15:13 +0100 Subject: [PATCH] Minor tweaks --- application/views/logbookadvanced/edit.php | 26 ++++++++++++---------- assets/js/sections/logbookadvanced_edit.js | 8 ++++--- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/application/views/logbookadvanced/edit.php b/application/views/logbookadvanced/edit.php index 90316241b..c0300f370 100644 --- a/application/views/logbookadvanced/edit.php +++ b/application/views/logbookadvanced/edit.php @@ -1,5 +1,5 @@
- @@ -20,12 +20,12 @@
 
- + - ' . $i . ''; @@ -33,15 +33,15 @@ ?> - - - $bandgroup) { echo ''; foreach($bandgroup as $band) { @@ -52,7 +52,8 @@ ?> - $bandgroup) { echo ''; @@ -64,7 +65,7 @@ ?> - result() as $mode){ if ($mode->submode == null) { @@ -76,11 +77,12 @@ ?> - - + @@ -134,11 +136,11 @@ - -
diff --git a/assets/js/sections/logbookadvanced_edit.js b/assets/js/sections/logbookadvanced_edit.js index 34f39b2e4..496b316f7 100644 --- a/assets/js/sections/logbookadvanced_edit.js +++ b/assets/js/sections/logbookadvanced_edit.js @@ -18,7 +18,7 @@ function editQsos() { success: function (html) { BootstrapDialog.show({ title: 'Batch edit for QSOs', - size: BootstrapDialog.SIZE_NORMAL, + size: BootstrapDialog.SIZE_WIDE, cssClass: 'options', nl2br: false, message: html, @@ -169,6 +169,7 @@ function changeEditType(type) { $('#editMode').hide(); $('#editSatellite').hide(); $('#editBandRx').hide(); + $('#editBandRxLabel').hide(); if (type == "dxcc") { $('#editDxcc').show(); } else if (type == "iota") { @@ -182,8 +183,9 @@ function changeEditType(type) { } else if (type == "station") { $('#editStationLocation').show(); } else if (type == "band") { - $('#editBand').Show(); - $('#editBandRx').Show(); + $('#editBand').show(); + $('#editBandRx').show(); + $('#editBandRxLabel').show(); }else if (type == "mode") { $('#editMode').show(); } else if (type == "date") {