From 9c822c5cefb2e8d83a6025c80178ac706427f580 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 8 Dec 2023 12:56:16 +0100 Subject: [PATCH 1/4] us counties datatable --- assets/css/general.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index a043c4c0..61a075c2 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -653,3 +653,10 @@ div#station_logbooks_linked_table_paginate { .inputError { border: 2px solid rgb(217, 83, 79); } + +table.dataTable thead th, +table.dataTable thead td, +table.dataTable tfoot th, +table.dataTable tfoot td { + text-align: center !important; +} \ No newline at end of file From 6e3276e8a5812bc32d5a4dfe6176e8f524007949 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 8 Dec 2023 16:50:23 +0100 Subject: [PATCH 2/4] qrz confirmation badge --- assets/css/cosmo/overrides.css | 4 ++++ assets/css/cosmo_wide/overrides.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/assets/css/cosmo/overrides.css b/assets/css/cosmo/overrides.css index dd3c47a6..15c914e3 100644 --- a/assets/css/cosmo/overrides.css +++ b/assets/css/cosmo/overrides.css @@ -26,3 +26,7 @@ .awardsBgSuccess { background-color: #d4edda !important; } + +TD.qrz { + white-space: nowrap; +} \ No newline at end of file diff --git a/assets/css/cosmo_wide/overrides.css b/assets/css/cosmo_wide/overrides.css index 66aa7d9b..5e0d8f97 100644 --- a/assets/css/cosmo_wide/overrides.css +++ b/assets/css/cosmo_wide/overrides.css @@ -88,4 +88,8 @@ #qsoList_wrapper td { text-align: left !important; white-space: pre-wrap; +} + +TD.qrz { + white-space: nowrap; } \ No newline at end of file From 37fd58a6bd81a94e29c95bfbcd30ac4a0e55cea8 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 8 Dec 2023 17:28:12 +0100 Subject: [PATCH 3/4] align content in bands table --- application/views/bands/index.php | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/application/views/bands/index.php b/application/views/bands/index.php index 1012146b..808274d0 100644 --- a/application/views/bands/index.php +++ b/application/views/bands/index.php @@ -65,28 +65,28 @@ $wwff = 0; - active == 1) {echo 'checked';}?>> - band;?> - cq == 1) {echo 'checked'; $cq++;}?>> - dok == 1) {echo 'checked'; $dok++;}?>> - dxcc == 1) {echo 'checked'; $dxcc++;}?>> - iota == 1) {echo 'checked'; $iota++;}?>> - iota == 1) {echo 'checked'; $pota++;}?>> - sig == 1) {echo 'checked'; $sig++;}?>> - sota == 1) {echo 'checked'; $sota++;}?>> - uscounties == 1) {echo 'checked'; $uscounties++;}?>> - vucc == 1) {echo 'checked'; $vucc++;}?>> - was == 1) {echo 'checked'; $was++;}?>> - wwff == 1) {echo 'checked'; $wwff++;}?>> - bandgroup;?> - ssb;?> - data;?> - cw;?> + active == 1) {echo 'checked';}?>> + band;?> + cq == 1) {echo 'checked'; $cq++;}?>> + dok == 1) {echo 'checked'; $dok++;}?>> + dxcc == 1) {echo 'checked'; $dxcc++;}?>> + iota == 1) {echo 'checked'; $iota++;}?>> + iota == 1) {echo 'checked'; $pota++;}?>> + sig == 1) {echo 'checked'; $sig++;}?>> + sota == 1) {echo 'checked'; $sota++;}?>> + uscounties == 1) {echo 'checked'; $uscounties++;}?>> + vucc == 1) {echo 'checked'; $vucc++;}?>> + was == 1) {echo 'checked'; $was++;}?>> + wwff == 1) {echo 'checked'; $wwff++;}?>> + bandgroup;?> + ssb;?> + data;?> + cw;?> session->userdata('user_type') == '99') { ?> - + - + From 6bdca6cee84f6df446755c3f54d19a6353ab831e Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Fri, 8 Dec 2023 17:34:47 +0100 Subject: [PATCH 4/4] aligned tables --- application/views/bands/index.php | 38 ++++++++++----------- application/views/logbooks/index.php | 12 +++---- application/views/station_profile/index.php | 16 ++++----- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/application/views/bands/index.php b/application/views/bands/index.php index 808274d0..3eac16fd 100644 --- a/application/views/bands/index.php +++ b/application/views/bands/index.php @@ -65,28 +65,28 @@ $wwff = 0; - active == 1) {echo 'checked';}?>> - band;?> - cq == 1) {echo 'checked'; $cq++;}?>> - dok == 1) {echo 'checked'; $dok++;}?>> - dxcc == 1) {echo 'checked'; $dxcc++;}?>> - iota == 1) {echo 'checked'; $iota++;}?>> - iota == 1) {echo 'checked'; $pota++;}?>> - sig == 1) {echo 'checked'; $sig++;}?>> - sota == 1) {echo 'checked'; $sota++;}?>> - uscounties == 1) {echo 'checked'; $uscounties++;}?>> - vucc == 1) {echo 'checked'; $vucc++;}?>> - was == 1) {echo 'checked'; $was++;}?>> - wwff == 1) {echo 'checked'; $wwff++;}?>> - bandgroup;?> - ssb;?> - data;?> - cw;?> + active == 1) {echo 'checked';}?>> + band;?> + cq == 1) {echo 'checked'; $cq++;}?>> + dok == 1) {echo 'checked'; $dok++;}?>> + dxcc == 1) {echo 'checked'; $dxcc++;}?>> + iota == 1) {echo 'checked'; $iota++;}?>> + iota == 1) {echo 'checked'; $pota++;}?>> + sig == 1) {echo 'checked'; $sig++;}?>> + sota == 1) {echo 'checked'; $sota++;}?>> + uscounties == 1) {echo 'checked'; $uscounties++;}?>> + vucc == 1) {echo 'checked'; $vucc++;}?>> + was == 1) {echo 'checked'; $was++;}?>> + wwff == 1) {echo 'checked'; $wwff++;}?>> + bandgroup;?> + ssb;?> + data;?> + cw;?> session->userdata('user_type') == '99') { ?> - + - + diff --git a/application/views/logbooks/index.php b/application/views/logbooks/index.php index 1640ce7e..d374b4f5 100644 --- a/application/views/logbooks/index.php +++ b/application/views/logbooks/index.php @@ -42,31 +42,31 @@ result() as $row) { ?> - + logbook_name;?>
- + session->userdata('active_station_logbook') != $row->logbook_id) { ?> logbook_id; ?>" class="btn btn-outline-primary btn-sm"> " . lang('station_logbooks_active_logbook') . ""; }?> - + logbook_id; ?>" class="btn btn-outline-primary btn-sm"> - + session->userdata('active_station_logbook') != $row->logbook_id) { ?> logbook_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('logbook_name; ?>');"> - + public_slug != '') { ?> public_slug; ?>" class="btn btn-outline-primary btn-sm" > - + public_search == 1) { echo "" . lang('general_word_enabled') . ""; } else { diff --git a/application/views/station_profile/index.php b/application/views/station_profile/index.php index e5b21b7e..c45df598 100644 --- a/application/views/station_profile/index.php +++ b/application/views/station_profile/index.php @@ -52,12 +52,12 @@ result() as $row) { ?> - + station_profile_name;?>
- station_callsign;?> - station_country == '' ? '- NONE -' : $row->station_country; if ($row->dxcc_end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?> - station_gridsquare;?> + station_callsign;?> + station_country == '' ? '- NONE -' : $row->station_country; if ($row->dxcc_end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?> + station_gridsquare;?> station_active != 1) { ?> station_id; ?>" class="btn btn-outline-secondary btn-sm" onclick="return confirm(' station_profile_name; ?>');"> @@ -69,19 +69,19 @@ ID: station_id;?> qso_total;?> - + user_id == "") { ?> station_id; ?>" class="btn btn-outline-primary btn-sm"> station_id; ?>" title= class="btn btn-outline-primary btn-sm"> - + station_id; ?>" title= class="btn btn-outline-primary btn-sm"> - + station_id; ?>" class="btn btn-danger btn-sm" title= onclick="return confirm('');"> - + station_active != 1) { ?> station_id; ?>" class="btn btn-danger btn-sm" title= onclick="return confirm(' station_profile_name; ?> ');">