Typo in label @for

This commit is contained in:
Sarven Capadisli 2009-05-30 19:45:34 +00:00
parent 6981a708ae
commit 08b98a3d4d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class DesignsettingsAction extends AccountSettingsAction
$this->element('legend', null, _('Change background image'));
$this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->element('label', array('for' => 'design_ background-image_file'),
$this->element('label', array('for' => 'design_background-image_file'),
_('Upload file'));
$this->element('input', array('name' => 'design_background-image_file',
'type' => 'file',