summaryrefslogtreecommitdiff
path: root/inbox_settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'inbox_settings.php')
-rw-r--r--inbox_settings.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/inbox_settings.php b/inbox_settings.php
index c0bd415..b7c1e7a 100644
--- a/inbox_settings.php
+++ b/inbox_settings.php
@@ -79,12 +79,14 @@ class inbox_settings extends rcube_plugin {
}
function render_keys_ui() {
- //$this->register_handler('plugin.body', [$this, 'render_keys_form']);
+ $this->register_handler('keyslist', [$this, 'render_keys_form']);
$this->rcmail->output->set_pagetitle($this->gettext('inbox_keys'));
$this->rcmail->output->send('inbox_settings.keys');
}
- function render_keys_form() {}
+ function render_keys_form() {
+ return '<p>placeholder</p>';
+ }
function render_settings_ui() {
$this->register_handler('plugin.body', [$this, 'render_settings_form']);