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->setValue(Application_Model_Preference::GetAllow3rdPartyApi());
|
||||||
$third_party_api->setDecorators(array('ViewHelper'));
|
$third_party_api->setDecorators(array('ViewHelper'));
|
||||||
$this->addElement($third_party_api);
|
$this->addElement($third_party_api);
|
||||||
|
|
||||||
$locale = new Zend_Form_Element_Select("locale");
|
$locale = new Zend_Form_Element_Select("locale");
|
||||||
$locale->setLabel(_("Default Interface Language"));
|
$locale->setLabel(_("Default Interface Language"));
|
||||||
$locale->setMultiOptions(Application_Model_Locale::getLocales());
|
$locale->setMultiOptions(Application_Model_Locale::getLocales());
|
||||||
|
|
|
@ -455,7 +455,7 @@ class Application_Model_Preference
|
||||||
{
|
{
|
||||||
return self::getValue("locale");
|
return self::getValue("locale");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function GetCurrentUserLocale($id)
|
public static function GetCurrentUserLocale($id)
|
||||||
{
|
{
|
||||||
return self::getValue("user_".$id."_locale", true);
|
return self::getValue("user_".$id."_locale", true);
|
||||||
|
|
|
@ -67,8 +67,8 @@
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt id="timezone-label" class="block-display">
|
<dt id="timezone-label" class="block-display">
|
||||||
<label class="required" for="timezone"><?php echo $this->element->getElement('timezone')->getLabel() ?>
|
<label class="required" for="timezone"><?php echo $this->element->getElement('timezone')->getLabel() ?>:
|
||||||
<span class="info-text-small"><?php _("(Required)") ?></span> :
|
<span class="info-text-small"><?php _("(Required)") ?></span>
|
||||||
</label>
|
</label>
|
||||||
</dt>
|
</dt>
|
||||||
<dd id="timezone-element" class="block-display">
|
<dd id="timezone-element" class="block-display">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue