diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-03 18:27:53 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-08-03 18:27:53 +0000 |
| commit | cd308a049bf0c3854de4cbe5cd1c97effe6b0511 (patch) | |
| tree | 5b6274f3057ed5492684381045b600074eda798d /roundcubemail/plugins/password/password.php | |
| parent | 2946d5633bc0533d92a864eacfc673b68b26513f (diff) | |
- Re-designed User Preferences interface
git-svn-id: https://svn.roundcube.net/trunk@2830 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/password/password.php')
| -rw-r--r-- | roundcubemail/plugins/password/password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/plugins/password/password.php b/roundcubemail/plugins/password/password.php index 83af68bc6..0e5e1efff 100644 --- a/roundcubemail/plugins/password/password.php +++ b/roundcubemail/plugins/password/password.php @@ -143,7 +143,7 @@ class password extends rcube_plugin $table->add(null, $input_confpasswd->show()); $out = html::div(array('class' => "settingsbox", 'style' => "margin:0"), - html::div(array('id' => "userprefs-title"), $this->gettext('changepasswd')) . + html::div(array('id' => "prefs-title"), $this->gettext('changepasswd')) . html::div(array('style' => "padding:15px"), $table->show() . html::p(null, $rcmail->output->button(array( |
