diff --git a/application/views/bands/index.php b/application/views/bands/index.php index 1012146b..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; ?> ');"> 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 diff --git a/assets/css/general.css b/assets/css/general.css index 421e3adc..9f2893aa 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -690,6 +690,14 @@ div#station_logbooks_linked_table_paginate { 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; +} + .dropend .dropdown-toggle { margin-left: 1em; } @@ -731,4 +739,4 @@ div#station_logbooks_linked_table_paginate { .dropdown-menu > li > a:hover:after { transform: rotate(-90deg); -} +} \ No newline at end of file