diff options
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index 1a6bfdb..eb096d8 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -164,9 +164,13 @@ class inbox_settings extends rcube_plugin { // info the js needs access to $this->rcmail->output->add_gui_object('keyslist', $attrib['id']); $this->rcmail->output->add_label( - 'inbox_settings.confirm_delete_key', 'inbox_settings.deleting_key'); - // the js in question + 'inbox_settings.generating_key', + 'inbox_settings.importing_key', + 'inbox_settings.confirm_delete_key', + 'inbox_settings.deleting_key'); + $this->rcmail->output->include_script('list.js'); + $this->include_script('openpgp.min.js'); $this->include_script('keys.js'); $data = self::label_assoc_2d($this->run_query('keys', [], true)); |
