Changeset 3349 for branches


Ignore:
Timestamp:
10/14/10 10:52:17 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1363 - incluida a informacao do nome do arquivo na chamada a gotodownload.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilemail.inc.php

    r3346 r3349  
    211211                                                $attachs.=$attach['name']."    "; 
    212212                                                if($GLOBALS['phpgw_info']['user']['preferences']['mobile']['download_attach']==1) 
    213                                                         $attachs.="<a href='../expressoMail1_2/inc/gotodownload.php?msg_folder=". 
    214                                                                         $msg_folder."&msg_number=".$msg_number."&idx_file=".$key. 
    215                                                                         "&msg_part=".$attach['pid']."&encoding=".$attach['encoding']."'>". 
    216                                                                         lang('Download')."</a><br>"; 
     213                                                        $attachs.="<a href='../expressoMail1_2/inc/gotodownload.php?msg_folder=".$msg_folder. 
     214                                                                          "&msg_number=".$msg_number."&idx_file=".$key."&msg_part=".$attach['pid']. 
     215                                                                          "&newfilename=".$attach['name']."&encoding=".$attach['encoding']."'>". 
     216                                                                          lang('Download')."</a><br>"; 
    217217                                                else 
    218218                                                        $attachs.="<br>"; 
Note: See TracChangeset for help on using the changeset viewer.