Ignore:
Timestamp:
04/11/11 09:44:40 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #189 - Funcionalidade de envio de anexos nas notificações de agendamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/inc/class.uipublicview.inc.php

    r3201 r3966  
    466466                                        ); 
    467467                                } 
     468                                if($event['attachment'] != '') 
     469                                { 
     470                                        $picture[] = Array( 
     471                                                'pict'  => $GLOBALS['phpgw']->common->image('calendar','circle'), 
     472                                                'width' => 9, 
     473                                                'height'=> 9, 
     474                                                'title' => lang('Has Attachment') 
     475                                        ); 
     476                                } 
    468477                                else 
    469478                                { 
     
    520529                        } 
    521530 
     531                        if($event['attachment'] != '') 
     532                        { 
     533                            $picture[] = Array( 
     534                                    'pict'      => $GLOBALS['phpgw']->common->image('calendar','circle'), 
     535                                    'width'     => 9, 
     536                                    'height'=> 9, 
     537                                    'title' => lang('Has Attachment') 
     538                            ); 
     539                        } 
    522540                        $description = $this->bo->get_short_field($event,$is_private,'description'); 
    523541                        for($i=0;$i<count($picture);$i++) 
Note: See TracChangeset for help on using the changeset viewer.