From 1f224d20e896dcd6acd5ac4b68d82e7153ae8b2c Mon Sep 17 00:00:00 2001 From: Andreas Date: Sun, 16 Aug 2020 20:31:07 +0200 Subject: [PATCH] Added counter in award table for WAS and CQ. --- application/views/awards/cq/index.php | 3 +++ application/views/awards/was/index.php | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/application/views/awards/cq/index.php b/application/views/awards/cq/index.php index 0597191d..65677eb7 100644 --- a/application/views/awards/cq/index.php +++ b/application/views/awards/cq/index.php @@ -143,11 +143,13 @@ + # CQ Zone'; foreach($bands as $band) { echo '' . $band . ''; @@ -157,6 +159,7 @@ '; foreach ($cq_array as $cq => $value) { // Fills the table with the data echo ' + ' . $i++ . ' '. $cq .''; foreach ($value as $key) { echo '' . $key . ''; diff --git a/application/views/awards/was/index.php b/application/views/awards/was/index.php index bcd79896..2afa5450 100644 --- a/application/views/awards/was/index.php +++ b/application/views/awards/was/index.php @@ -69,10 +69,12 @@ + # State'; foreach($bands as $band) { echo '' . $band . ''; @@ -80,8 +82,10 @@ echo ' '; + foreach ($was_array as $was => $value) { // Fills the table with the data echo ' + ' . $i++ . ' '. $was .''; foreach ($value as $key) { echo '' . $key . '';