diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-20 23:11:35 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-20 23:11:35 +0000 |
commit | b561962b59e8194e6622f87394e7b8565d78c182 (patch) | |
tree | 2961d7ab50948383b03bd7ef68ed8d8d58bef840 /actions | |
parent | f90d0ac6c8daae0f939df75b120368976f7b4a30 (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.php | 3 |
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')); |