Changeset 3599


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

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

Location:
branches/2.2/mobile
Files:
2 deleted
4 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                         
  • branches/2.2/mobile/setup/phpgw_pt-br.lang

    r3595 r3599  
    132132minute ago      mobile  pt-br   minuto atrás 
    133133no results found        mobile  pt-br   nenhum resultado encontrado 
     134not defined     mobile  pt-br   Não definido 
    134135New message     mobile  pt-br   Nova mensagem 
     136need choose one option  mobile  pt-br   É preciso escolher pelo menos uma opção de busca 
    135137new     mobile  pt-br   nova 
    136138Dont have event that day        mobile  pt-br   Não tem evento neste dia. 
  • branches/2.2/mobile/templates/css/mobile.css

    r3595 r3599  
    2727dd{ min-width:200px; padding-top:3px; padding-left:25px; vertical-align:middle; min-height:20px; font-size:70%;} 
    2828input{ height: 15px; } 
     29textarea { width: 100%; } 
    2930dt select, div.menu-contexto select{font-size:80%; border:none; color:#ffffff; background-color:#2B84AF;} 
    3031div.menu-contexto select{font-size:90%; border:none; color:#ffffff; background-color:#2B84AF;} 
  • branches/2.2/mobile/templates/default/calendar.tpl

    r3590 r3599  
    3232</dt>    
    3333<dd class="dd-mensagem {dd_class}"> 
    34         <p>{description_data}</p> 
     34        <p><strong><label>{location_field}:</label></strong> {location_data}</p> 
     35        <p><strong><label>{description_field}:</label></strong> {description_data}</p> 
    3536</dd> 
    3637<!-- END event_block --> 
Note: See TracChangeset for help on using the changeset viewer.