diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index 9a558a65..e1116501 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -123,32 +123,34 @@ Station Cnty #get def from ADIF Spec# -
- - + '. $i .''; - } - ?> - - If you do not know your CQ Zone click Here to find it! -
+ echo '>'. $i .''; + } + ?> + + If you do not know your CQ Zone click Here to find it! + -
- - + '. $i .''; - } - ?> - - If you do not know your ITU Zone click Here to find it! + echo '>'. $i .''; + } + ?> + + 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 1eb76c98..fec8a0ca 100644 --- a/application/views/station_profile/edit.php +++ b/application/views/station_profile/edit.php @@ -137,36 +137,38 @@ Station Cnty #get def from ADIF Spec#
-
- - + station_cq == $i) { + echo " selected=\"selected\""; + } + echo '>'. $i .''; } - echo '>'. $i .''; - } - ?> - - 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 == $i) { + echo " selected=\"selected\""; + } + echo '>'. $i .''; } - echo '>'. $i .''; - } - ?> - - 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! +