summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-06-15 12:57:08 -0700
committerZach Copley <zach@controlyourself.ca>2009-06-15 12:57:08 -0700
commit807d84d448fb453de777d7a1ef938150bb03de3e (patch)
tree8b43a53521706152c727b6de54a23a3651c9fec3 /actions
parent92f095f589b3fc4ab40f72f873d6a7a189b63a96 (diff)
Small fix to correct the order of defined color prefs
Diffstat (limited to 'actions')
-rw-r--r--actions/designsettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/designsettings.php b/actions/designsettings.php
index 8595cbc4c..dba983fdf 100644
--- a/actions/designsettings.php
+++ b/actions/designsettings.php
@@ -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',