Changeset 4633


Ignore:
Timestamp:
06/27/11 11:12:13 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2035 - Corrigido para que a visualização da mensagem siga as preferências.

File:
1 edited

Legend:

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

    r4320 r4633  
    487487                function print_mails_list($messages,$print_checkbox=false) 
    488488                { 
    489                         $functions = $this->common; 
     489                        $flagImportant = intval($GLOBALS['phpgw_info']['user']['preferences']['expressoMail']['use_important_flag']); 
     490                     
     491                        $functions = $this->common; 
    490492                        $p = $this->template; 
    491493                        $p->set_file( array( 'mobilemail_t' => 'mails_list.tpl' ) ); 
     
    522524                                                $flag="email-lido "; 
    523525                                         
    524                                         if($message["Flagged"]==="F") 
     526                                        if( $message["Flagged"]==="F" && $flagImportant == 1 ) 
    525527                                                $flag.="email-importante"; 
    526528                                         
Note: See TracChangeset for help on using the changeset viewer.