Changeset 3640


Ignore:
Timestamp:
12/29/10 09:21:25 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #1468 - Notificacao por email de uploads de arquivos enviados pelo modulo Filemanager

Location:
branches/2.2/filemanager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/js/common_functions.js

    r3638 r3640  
    107107                 
    108108                draw_window( _html, 490, 350, get_lang("upload files") ); 
    109                  
    110                 sendNotification( pArgs.emails_to ); 
     109         
     110                if( pArgs.emails_to != null ) 
     111                        sendNotification( pArgs.emails_to ); 
    111112        } 
    112113         
  • branches/2.2/filemanager/tp/expressowindow/xsl/upload.xsl

    r3639 r3640  
    5959                                        </div> 
    6060 
    61                                         <div style="margin-top:-25px; position: absolute; right: 5px; width:60px;"> 
     61                                        <div style="margin-top:-25px; position: absolute; right: 5px; width:60px; cursor:pointer;"> 
    6262                                                <img src="{$path_filemanager}templates/default/images/email.png" alt="{$lang_send_email}" title="{$lang_send_email}" onclick="sendNotification();"/> 
    6363                                                <label><xsl:value-of select="$lang_send_email"/></label> 
Note: See TracChangeset for help on using the changeset viewer.