From cf6144bd5a88803596905c77ddabffcd754531b1 Mon Sep 17 00:00:00 2001 From: Andreas Date: Sat, 29 Aug 2020 12:51:53 +0200 Subject: [PATCH] Added dropdown for CQ and ITU zone when creating and editing station profile. --- application/views/station_profile/create.php | 36 +++++++++++++----- application/views/station_profile/edit.php | 40 +++++++++++++++----- 2 files changed, 56 insertions(+), 20 deletions(-) diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index e7d77451..9a558a65 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -123,17 +123,33 @@ Station Cnty #get def from ADIF Spec# -
- - - If you do not know your CQ Zone click Here to find it! -
+
+ + - If you do not know your ITU Zone click Here to find it! -
+ echo '>'. $i .''; + } + ?> + + If you do not know your CQ Zone click Here to find it! + + +
+ + + If you do not know your ITU Zone click Here to find it! +
diff --git a/application/views/station_profile/edit.php b/application/views/station_profile/edit.php index f6417181..1eb76c98 100644 --- a/application/views/station_profile/edit.php +++ b/application/views/station_profile/edit.php @@ -137,17 +137,37 @@ Station Cnty #get def from ADIF Spec#
-
- - station_cq; } ?>" required> - If you do not know your CQ Zone click Here to find it! -
+
+ + + If you do not know your CQ Zone click Here to find it! +
-
- - station_itu; } ?>" required> - If you do not know your ITU Zone click Here to find it! -
+
+ + + If you do not know your ITU Zone click Here to find it! +