summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-20 23:11:35 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-20 23:11:35 +0000
commitb561962b59e8194e6622f87394e7b8565d78c182 (patch)
tree2961d7ab50948383b03bd7ef68ed8d8d58bef840 /actions
parentf90d0ac6c8daae0f939df75b120368976f7b4a30 (diff)
Color picker reset: Resetting form values will also dynamically update
the page colors back to their original.
Diffstat (limited to 'actions')
-rw-r--r--actions/designsettings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/designsettings.php b/actions/designsettings.php
index a85b36a25..8a7c26104 100644
--- a/actions/designsettings.php
+++ b/actions/designsettings.php
@@ -141,7 +141,8 @@ class DesignsettingsAction extends AccountSettingsAction
$this->elementEnd('fieldset');
$this->submit('save', _('Save'));
- $this->element('input', array('type' => 'reset',
+ $this->element('input', array('id' => 'settings_design_reset',
+ 'type' => 'reset',
'value' => 'Reset',
'class' => 'form_action-secondary'));