Fixed whitespace in Preferences page between 'Timezone' and colon
This commit is contained in:
parent
a2c1b9c699
commit
771b9b9412
3 changed files with 4 additions and 4 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue