Ignore:
Timestamp:
02/01/11 14:29:20 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1523 - Alterando estrutura do mobile para disponibilizar a versão desktop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/mobile_header.inc.php

    r3564 r3727  
    33        * eGroupWare                                                               * 
    44        * http://www.egroupware.org                                                * 
    5         * The file written by Mário César Kolling <mario.kolling@serpro.gov.br>    * 
     5        * The file written by Mï¿œrio Cï¿œsar Kolling <mario.kolling@serpro.gov.br>    * 
    66        * --------------------------------------------                             * 
    77        *  This program is free software; you can redistribute it and/or modify it * 
     
    1212 
    1313        /*******************************************\ 
    14          * Define a aplicação mobile preferencial  * 
     14         * Define a aplicaᅵᅵo mobile preferencial  * 
    1515        \*******************************************/ 
    16         //TODO: Ler do banco do expresso as preferências do usuário e definir a aplicação móvel padrão 
    17         // por enquanto isto será hardcoded para mobilemail. 
     16        //TODO: Ler do banco do expresso as preferï¿œncias do usuï¿œrio e definir a aplicaᅵᅵo mï¿œvel padrï¿œo 
     17        // por enquanto isto serï¿œ hardcoded para mobilemail. 
    1818 
    1919        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'mobile'; 
    20         $GLOBALS['phpgw_info']['user']['preferences']['common']['default_mobile_app'] = 'home'; //home, mobilecalendar, mobilecc ou mobilemail 
     20        $GLOBALS['phpgw_info']['user']['preferences']['common']['default_mobile_app'] =  
     21                                                $GLOBALS['phpgw']->session->appsession('mobilemail.folders','mobile')=="mini"?'mobilecalendar':'home'; //home, mobilecalendar, mobilecc ou mobilemail 
    2122 
    2223        if ( is_null($GLOBALS['phpgw_info']['server']['template_set']) ) 
     
    2627 
    2728        /* 
    28          * @function start_prefered_app 
    29          * @abstract Função que chama a aplicação móvel preferencial. 
    30          * @author Mário César Kolling <mario.kolling@serpro.gov.br> 
     29         * @ 
     30 
     31         * @abstract Funᅵᅵo que chama a aplicaᅵᅵo mï¿œvel preferencial. 
     32         * @author Mï¿œrio Cï¿œsar Kolling <mario.kolling@serpro.gov.br> 
    3133         */ 
    3234        function start_prefered_app(){ 
    33                 //TODO: Determinar qual a aplicação móvel preferida e iniciá-la.                         
     35                //TODO: Determinar qual a aplicaᅵᅵo mï¿œvel preferida e iniciï¿œ-la.                         
    3436                switch($GLOBALS['phpgw_info']['user']['preferences']['common']['default_mobile_app']){ 
    3537                        case home: 
     
    3739                                break;                   
    3840                        case mobilemail: 
    39                                 $link = "ui_mobilemail.mail_list";               
     41                                $link = "ui_mobilemail.change_folder&folder=0";          
    4042                                break; 
    4143                        case mobilecalendar: 
Note: See TracChangeset for help on using the changeset viewer.