diff --git a/include/country.js b/include/country.js index 4482a3f..701ec19 100644 --- a/include/country.js +++ b/include/country.js @@ -428,39 +428,9 @@ function Fill_Country(current) { return; } -function updSelectState(lngState) { - if (gLngSelectedCountry>0) { - - document.form1.txtSelectedState.value = lngState+1; - - } -} - -/* - * gArCountryInfo matrix holds the following information: - * (0) Country name - * (1) Name length - * (2) Number of states - * (3) Max state length - */ function Update_Globals() { gLngSelectedCountry=parseInt(document.form1.country_name.selectedIndex); gLngSelectedState=parseInt(document.form1.region.selectedIndex); - document.form1.txtSelectedCountry.value=gLngSelectedCountry; - document.form1.txtSelectedState.value=gLngSelectedState+1; - - // working -// document.form1.txtCountry.value= -// document.form1.country_name.options[gLngSelectedCountry].text; -// if (document.form1.txtSelectedState.value<=0) { -// document.form1.txtState.value=""; -// } -// else { -// document.form1.txtState.value= -// document.form1.region.options[gLngSelectedState].text; -// } - - return; } diff --git a/view/profile.php b/view/profile.php index 808e2db..d1e53ad 100644 --- a/view/profile.php +++ b/view/profile.php @@ -29,11 +29,11 @@ || (strlen($profile['region'])) || (strlen($profile['postal-code'])) || (strlen($profile['country-name']))) { ?> -
Location: + Location:
-
-
+ +
diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index a19347c..789da87 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -58,8 +58,6 @@ $dob $age
- -