Changeset 3944 in subversion


Ignore:
Timestamp:
Sep 6, 2010 1:51:45 PM (3 years ago)
Author:
alec
Message:
  • Change upload box form name (was the same as compose form)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/compose.inc

    r3840 r3944  
    991991   
    992992  $out = html::div($attrib, 
    993     $OUTPUT->form_tag(array('name' => 'form', 'method' => 'post', 'enctype' => 'multipart/form-data'), 
     993    $OUTPUT->form_tag(array('name' => 'uploadform', 'method' => 'post', 'enctype' => 'multipart/form-data'), 
    994994      html::div(null, rcmail_compose_attachment_field(array('size' => $attrib[attachmentfieldsize]))) . 
    995995      html::div('hint', rcube_label(array('name' => 'maxuploadsize', 'vars' => array('size' => $max_filesize)))) . 
Note: See TracChangeset for help on using the changeset viewer.