Small fix to correct the order of defined color prefs

This commit is contained in:
Zach Copley 2009-06-15 12:57:08 -07:00
parent 92f095f589
commit 807d84d448
1 changed files with 2 additions and 2 deletions

View File

@ -106,10 +106,10 @@ class DesignsettingsAction extends AccountSettingsAction
}
$this->elementStart('li');
$this->element('label', array('for' => 'swatch-5'), _('Background'));
$this->element('label', array('for' => 'swatch-0'), _('Background'));
$this->element('input', array('name' => 'design_background',
'type' => 'text',
'id' => 'swatch-5',
'id' => 'swatch-0',
'class' => 'swatch',
'maxlength' => '7',
'size' => '7',