From 7745ae9dfd2fa66e06874d54eeb85f292b95abb9 Mon Sep 17 00:00:00 2001 From: Dennis1993 <marvin-wegener@outlook.com> Date: Tue, 06 Aug 2013 13:17:38 -0400 Subject: [PATCH] Update compose.inc --- 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 c9d8c0b..246cb88 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -1422,7 +1422,7 @@ $out = html::div($attrib, $OUTPUT->form_tag(array('id' => $attrib['id'].'Frm', 'name' => 'uploadform', 'method' => 'post', 'enctype' => 'multipart/form-data'), - html::div(null, rcmail_compose_attachment_field(array('size' => $attrib['attachmentfieldsize']))) . + html::div(null, rcmail_compose_attachment_field()) . html::div('hint', rcube_label(array('name' => 'maxuploadsize', 'vars' => array('size' => $max_filesize)))) . (get_boolean($attrib['buttons']) ? html::div('buttons', $button->show(rcube_label('close'), array('class' => 'button', 'onclick' => "$('#$attrib[id]').hide()")) . ' ' . -- Gitblit v1.9.1