Ignore:
Timestamp:
11/12/10 17:04:25 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1390 - Incluída a informação do nome do arquivo na chamada a gotodownload.php

Alterar a "forma textual" do link que aparece na tela. A linha foi comentada

File:
1 edited

Legend:

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

    r3499 r3501  
    209209                                foreach($msg['attachments'] as $key => $attach) { 
    210210                                        if(is_array($attach)) { 
    211                                                 $attachs.=$attach['name']."    "; 
    212                                                 if($GLOBALS['phpgw_info']['user']['preferences']['mobile']['download_attach']==1) 
    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>"; 
    217                                                 else 
    218                                                         $attachs.="<br>"; 
     211                                                //$attachs.=$attach['name']."&nbsp;&nbsp;&nbsp;&nbsp;"; 
     212                                                $attachs.="<a href='../expressoMail1_2/inc/gotodownload.php?msg_folder=".$msg_folder. 
     213                                                                  "&msg_number=".$msg_number."&idx_file=".$key."&msg_part=".$attach['pid']. 
     214                                                                  "&newfilename=".$attach['name']."&encoding=".$attach['encoding']."'>". 
     215                                                                          lang('Download').":&nbsp;".$attach['name']."</a><br>"; 
    219216                                        } 
    220217                                        $p->set_var('attachment_message', $attachs); 
Note: See TracChangeset for help on using the changeset viewer.