summaryrefslogtreecommitdiff
path: root/plugins/attachment_reminder/attachment_reminder.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-20 09:35:02 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-20 09:35:02 +0200
commitc8bc8c97f3f6e5c04fa7b459bdb1c922d7f4e6ad (patch)
tree178573a031c14ba4ea8fb7b9370c11bf0a65716c /plugins/attachment_reminder/attachment_reminder.php
parent68684a89828db7b929d596f7b80e4cbf9fae9bfc (diff)
Improved attachment reminder dialog (#1489091)
Improved core show_popup_dialog() function
Diffstat (limited to 'plugins/attachment_reminder/attachment_reminder.php')
-rwxr-xr-xplugins/attachment_reminder/attachment_reminder.php1
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') {