diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-20 09:35:02 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-20 09:35:02 +0200 |
commit | c8bc8c97f3f6e5c04fa7b459bdb1c922d7f4e6ad (patch) | |
tree | 178573a031c14ba4ea8fb7b9370c11bf0a65716c /plugins/attachment_reminder/attachment_reminder.php | |
parent | 68684a89828db7b929d596f7b80e4cbf9fae9bfc (diff) |
Improved attachment reminder dialog (#1489091)
Improved core show_popup_dialog() function
Diffstat (limited to 'plugins/attachment_reminder/attachment_reminder.php')
-rwxr-xr-x | plugins/attachment_reminder/attachment_reminder.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/attachment_reminder/attachment_reminder.php b/plugins/attachment_reminder/attachment_reminder.php index 0a2597329..a215ff57c 100755 --- a/plugins/attachment_reminder/attachment_reminder.php +++ b/plugins/attachment_reminder/attachment_reminder.php @@ -38,6 +38,7 @@ class attachment_reminder extends rcube_plugin if ($rcmail->task == 'mail' && $rcmail->action == 'compose') { $this->include_script('attachment_reminder.js'); $this->add_texts('localization/', array('keywords', 'forgotattachment')); + $rcmail->output->add_label('addattachment', 'send'); } if ($rcmail->task == 'settings') { |