From f05834857c74b60a03378e01e3a178dfb15f297c Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 03 Aug 2009 14:27:53 -0400
Subject: [PATCH] - Re-designed User Preferences interface

---
 plugins/password/password.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/password/password.php b/plugins/password/password.php
index 83af68b..0e5e1ef 100644
--- a/plugins/password/password.php
+++ b/plugins/password/password.php
@@ -143,7 +143,7 @@
     $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(

--
Gitblit v1.9.1