Small fix to correct the order of defined color prefs
This commit is contained in:
parent
92f095f589
commit
807d84d448
@ -106,10 +106,10 @@ class DesignsettingsAction extends AccountSettingsAction
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->elementStart('li');
|
$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',
|
$this->element('input', array('name' => 'design_background',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'id' => 'swatch-5',
|
'id' => 'swatch-0',
|
||||||
'class' => 'swatch',
|
'class' => 'swatch',
|
||||||
'maxlength' => '7',
|
'maxlength' => '7',
|
||||||
'size' => '7',
|
'size' => '7',
|
||||||
|
Loading…
Reference in New Issue
Block a user