From cbe1dce4ff08476a19e4bdea9d12da4e6cd55ad0 Mon Sep 17 00:00:00 2001 From: Stig Lindqvist Date: Thu, 10 May 2012 11:50:56 +1200 Subject: [PATCH] MINOR Removed the country dropdown field due to the framework has removed the CountryDropdownField This --- .../EditableCountryDropdownField.php | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 code/model/formfields/EditableCountryDropdownField.php diff --git a/code/model/formfields/EditableCountryDropdownField.php b/code/model/formfields/EditableCountryDropdownField.php deleted file mode 100644 index c0d235e..0000000 --- a/code/model/formfields/EditableCountryDropdownField.php +++ /dev/null @@ -1,28 +0,0 @@ -Name, $this->Title); - } - - public function getValueFromData($data) { - if(isset($data[$this->Name])) { - - return Geoip::countryCode2name($data[$this->Name]); - } - } - - public function getIcon() { - return 'userforms/images/editabledropdown.png'; - } -} \ No newline at end of file