summaryrefslogtreecommitdiff
path: root/plugins/password/password.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-05-16 14:28:47 +0000
committeralecpl <alec@alec.pl>2009-05-16 14:28:47 +0000
commita08708509a9e4187a0dbed32c76c50ecf16df3dc (patch)
treefc29a5d69e58ff8a23e682e507f0b769935d5686 /plugins/password/password.php
parent2471d3a979d00e0cecca64e0d5889ca40c02c5fe (diff)
- set pagetitle in php not js, hu_HU locale
Diffstat (limited to 'plugins/password/password.php')
-rw-r--r--plugins/password/password.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/password/password.php b/plugins/password/password.php
index 0920c32f8..0763e91c5 100644
--- a/plugins/password/password.php
+++ b/plugins/password/password.php
@@ -97,15 +97,18 @@ class password extends rcube_plugin
function password_init()
{
$this->add_texts('localization/');
- rcmail::get_instance()->output->send('plugin');
+ $rcmail = rcmail::get_instance();
+ $rcmail->output->set_pagetitle($this->gettext('changepasswd'));
+ $rcmail->output->send('plugin');
}
function password_save()
{
$rcmail = rcmail::get_instance();
- $confirm = $rcmail->config->get('password_confirm_current');
$this->add_texts('localization/');
+ $confirm = $rcmail->config->get('password_confirm_current');
+ $rcmail->output->set_pagetitle($this->gettext('changepasswd'));
if (($confirm && !isset($_POST['_curpasswd'])) || !isset($_POST['_newpasswd']))
$rcmail->output->command('display_message', $this->gettext('nopassword'), 'error');
@@ -123,7 +126,7 @@ class password extends rcube_plugin
}
rcmail_overwrite_action('plugin.password');
- rcmail::get_instance()->output->send('plugin');
+ $rcmail->output->send('plugin');
}
function password_form()
@@ -135,10 +138,9 @@ class password extends rcube_plugin
$rcmail->output->add_label(
'password.nopassword',
'password.nocurpassword',
- 'password.passwordinconsistency',
- 'password.changepasswd'
+ 'password.passwordinconsistency'
);
-// $rcmail->output->set_pagetitle($this->gettext('changepasswd'));
+
$rcmail->output->set_env('product_name', $rcmail->config->get('product_name'));
// allow the following attributes to be added to the <table> tag