alecpl
2010-02-06 a65bf3a14b617d4af6749bab9e6ac7668fb99292
plugins/password/password.php
@@ -3,7 +3,7 @@
/*
 +-------------------------------------------------------------------------+
 | Password Plugin for Roundcube                                           |
 | Version 1.3.1                                                           |
 | Version 1.3.2                                                           |
 |                                                                         |
 | Copyright (C) 2009, RoundCube Dev.                                      |
 |                                                                         |
@@ -42,7 +42,6 @@
 *
 * For installation and configuration instructions please read the README file.
 *
 * @version 1.3.1
 * @author Aleksander Machniak
 */
class password extends rcube_plugin
@@ -158,9 +157,9 @@
    $table->add('title', html::label($field_id, Q($this->gettext('confpasswd'))));
    $table->add(null, $input_confpasswd->show());
    $out = html::div(array('class' => "settingsbox", 'style' => "margin:0"),
      html::div(array('id' => "prefs-title", 'class' => 'boxtitle'), $this->gettext('changepasswd')) .
      html::div(array('style' => "padding:15px"), $table->show() .
    $out = html::div(array('class' => 'settingsbox', 'style' => 'margin:0'),
      html::div(array('id' => 'prefs-title', 'class' => 'boxtitle'), $this->gettext('changepasswd')) .
      html::div(array('class' => 'boxcontent'), $table->show() .
        html::p(null,
          $rcmail->output->button(array(
            'command' => 'plugin.password-save',