From 771b9b94127feb509b529f1c9aa1704e8a397bcb Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 7 Jan 2013 11:41:29 +0000 Subject: [PATCH] Fixed whitespace in Preferences page between 'Timezone' and colon --- airtime_mvc/application/forms/GeneralPreferences.php | 2 +- airtime_mvc/application/models/Preference.php | 2 +- .../application/views/scripts/form/preferences_general.phtml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airtime_mvc/application/forms/GeneralPreferences.php b/airtime_mvc/application/forms/GeneralPreferences.php index 70c57d023..018745a90 100644 --- a/airtime_mvc/application/forms/GeneralPreferences.php +++ b/airtime_mvc/application/forms/GeneralPreferences.php @@ -51,7 +51,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm $third_party_api->setValue(Application_Model_Preference::GetAllow3rdPartyApi()); $third_party_api->setDecorators(array('ViewHelper')); $this->addElement($third_party_api); - + $locale = new Zend_Form_Element_Select("locale"); $locale->setLabel(_("Default Interface Language")); $locale->setMultiOptions(Application_Model_Locale::getLocales()); diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index eef140cca..79732d12b 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -455,7 +455,7 @@ class Application_Model_Preference { return self::getValue("locale"); } - + public static function GetCurrentUserLocale($id) { return self::getValue("user_".$id."_locale", true); diff --git a/airtime_mvc/application/views/scripts/form/preferences_general.phtml b/airtime_mvc/application/views/scripts/form/preferences_general.phtml index ff562a0c1..08db4abc5 100644 --- a/airtime_mvc/application/views/scripts/form/preferences_general.phtml +++ b/airtime_mvc/application/views/scripts/form/preferences_general.phtml @@ -67,8 +67,8 @@
-