| | |
| | | /* |
| | | +-------------------------------------------------------------------------+ |
| | | | Password Plugin for Roundcube | |
| | | | Version 1.3.1 | |
| | | | Version 1.3.2 | |
| | | | | |
| | | | Copyright (C) 2009, RoundCube Dev. | |
| | | | | |
| | |
| | | * |
| | | * For installation and configuration instructions please read the README file. |
| | | * |
| | | * @version 1.3.1 |
| | | * @author Aleksander Machniak |
| | | */ |
| | | class password extends rcube_plugin |
| | |
| | | $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"), $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', |