diff options
author | alecpl <alec@alec.pl> | 2010-09-08 18:00:15 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-09-08 18:00:15 +0000 |
commit | 71f60cc9aa129f1584611959ef9ec7d32b2277de (patch) | |
tree | 01175a308b104237fd10d59cb2cf0ec6a0705a08 /program/steps | |
parent | 8fd1cf943cd509307fc9b5f5123bebd4dd0c176c (diff) |
- Re-add 'Close' button in upload form (#1486930, #1486823)
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index a788840a7..6150fffac 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -994,7 +994,7 @@ function rcmail_compose_attachment_form($attrib) html::div(null, rcmail_compose_attachment_field(array('size' => $attrib[attachmentfieldsize]))) . html::div('hint', rcube_label(array('name' => 'maxuploadsize', 'vars' => array('size' => $max_filesize)))) . html::div('buttons', -// $button->show(rcube_label('close'), array('class' => 'button', 'onclick' => "$('#$attrib[id]').hide()")) . ' ' . + $button->show(rcube_label('close'), array('class' => 'button', 'onclick' => "$('#$attrib[id]').hide()")) . ' ' . $button->show(rcube_label('upload'), array('class' => 'button mainaction', 'onclick' => JS_OBJECT_NAME . ".command('send-attachment', this.form)")) ) ) |