diff options
| author | Carson Fleming <[email protected]> | 2024-12-30 03:10:13 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-30 03:10:13 -0800 |
| commit | 666839bea6050f3a6bebca7fc0bff77151155ac2 (patch) | |
| tree | dd21bfd87f286f466f7a8b9dfb86f343462afb29 /inbox_settings.php | |
| parent | 86db941816acdd409959a7e91a5534346d02491c (diff) | |
| download | rc-inbox-settings-666839bea6050f3a6bebca7fc0bff77151155ac2.tar.gz | |
shrug
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 6 |
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']); |
