Ignore:
Timestamp:
12/17/10 08:40:48 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1410 - Ajustado a tela de visualizacao de compromissos.

File:
1 edited

Legend:

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

    r3590 r3599  
    7171                                                        "startdate_data"        => substr($vars['startdate']['data'],13, 17), 
    7272                                                        "enddate_data"          => substr($vars['enddate']['data'],13, 17), 
    73                                                         "description_data"      => $vars['description']['data'] ? $vars['description']['data'] : " " 
     73                                                        "location_field"                => $vars['location']['field'], 
     74                                                        "location_data" => $vars['location']['data'] ? $vars['location']['data'] : "-", 
     75                                                        "description_field"             => $vars['description']['field'], 
     76                                                        "description_data"      => $vars['description']['data'] ? $vars['description']['data'] : "-" 
    7477                                                ); 
    7578                         
Note: See TracChangeset for help on using the changeset viewer.