Changeset 8206


Ignore:
Timestamp:
08/28/13 11:38:06 (11 years ago)
Author:
angelo
Message:

Ticket #3483 - Falha de autenticacao no Expresso Mobile

Location:
trunk/mobile
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/inc/class.ui_home.inc.php

    r4358 r8206  
    44        var $imap_functions; 
    55        var $db; 
    6         var $bocalendar; 
     6        //var $bocalendar; 
    77        var $bo_mobilemail; 
    88        var $common; 
     
    2222                $this->imap_functions   = CreateObject('expressoMail1_2.imap_functions'); 
    2323                $this->db       = CreateObject('phpgwapi.db'); 
    24                 $this->bocalendar = CreateObject('calendar.bocalendar'); 
     24                //$this->bocalendar = CreateObject('calendar.bocalendar'); 
    2525                $this->bo_mobilemail = CreateObject('mobile.bo_mobilemail'); 
    2626        } 
     
    8484                $this->template->set_var('quota_used', $this->common->borkb($total_quota["quota_used"]*1024)); 
    8585                $this->template->set_var('quota_limit', $this->common->borkb($total_quota["quota_limit"]*1024)); 
    86                  
     86                /* 
    8787                //pegando os eventos do dia atual 
    8888                $year   = $this->bocalendar->year; 
     
    116116                } 
    117117                 
    118                  
     118                */ 
    119119                 
    120120                if($GLOBALS['phpgw']->session->appsession('mobile.layout','mobile')=="mini_desktop") { 
  • trunk/mobile/index.php

    r7655 r8206  
    6969 
    7070        if(     array_key_exists('expressoMail1_2',$GLOBALS['phpgw_info']['user']['apps']) === FALSE || 
    71                 array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE || 
    72                 array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE) { 
     71                array_key_exists('contactcenter',$GLOBALS['phpgw_info']['user']['apps']) === FALSE /*|| 
     72                array_key_exists('calendar',$GLOBALS['phpgw_info']['user']['apps']) === FALSE*/) { 
    7373                        $GLOBALS['phpgw']->session->phpgw_setcookie('lem', null); 
    7474                        $GLOBALS['phpgw']->session->phpgw_setcookie('pem', null);                        
  • trunk/mobile/mobile_header.inc.php

    r4277 r8206  
    4343                                break; 
    4444                        case mobilecalendar: 
    45                                 $link = "ui_mobilecalendar.index"; 
     45                        //      $link = "ui_mobilecalendar.index"; 
     46                                $link = "ui_home.index"; 
    4647                                break; 
    4748                        case mobilecc: 
  • trunk/mobile/templates/default/home_index.tpl

    r5043 r8206  
    5454                        {personal_folders_box} 
    5555                </span>          
    56                 <dd>                     
     56                <!--<dd>                         
    5757                        <div class="limpar_div resultado-titulo"> 
    5858                                <label> 
     
    6464                        </div>   
    6565                </dd> 
    66                 {commitments_box} 
     66                        {commitments_box}--> 
    6767                <dd>                     
    6868                <div class="limpar_div resultado-titulo"> 
Note: See TracChangeset for help on using the changeset viewer.