diff --git a/application/views/awards/cq/index.php b/application/views/awards/cq/index.php index ee4a6ccb..e273b923 100644 --- a/application/views/awards/cq/index.php +++ b/application/views/awards/cq/index.php @@ -2,6 +2,7 @@ #cqmap { height: calc(100vh - 430px) !important; max-height: 900px !important; + margin-bottom: 30px !important; } /*Legend specific*/ .legend { @@ -43,7 +44,7 @@ var lang_award_info_ln3 = ""; var lang_award_info_ln4 = ""; -
+ @@ -52,46 +53,46 @@| # | -CQ Zone | '; +" . lang('gen_hamradio_cq_zone') . " | "; foreach($bands as $band) { echo '' . $band . ' | '; } @@ -180,28 +181,28 @@ } echo '
| '; + | ||
| "; foreach($bands as $band) { echo ' | ' . $band . ' | '; } - echo 'Total | " . lang('awards_total') . " | -
| Total worked | '; +||
| " . lang('awards_total_worked') . " | "; foreach ($cq_summary['worked'] as $dxcc) { // Fills the table with the data echo '' . $dxcc . ' | '; } - echo '|
| Total confirmed | '; + echo "||
| " . lang('awards_total_confirmed') . " | "; foreach ($cq_summary['confirmed'] as $dxcc) { // Fills the table with the data echo '' . $dxcc . ' | '; }