]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Small fix to correct the order of defined color prefs
authorZach Copley <zach@controlyourself.ca>
Mon, 15 Jun 2009 19:57:08 +0000 (12:57 -0700)
committerZach Copley <zach@controlyourself.ca>
Mon, 15 Jun 2009 19:57:08 +0000 (12:57 -0700)
actions/designsettings.php

index 8595cbc4c6475ec6c3de41870cae2204601a3d68..dba983fdf737e9130d842eb08792918f1df16488 100644 (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',