Ignore:
Timestamp:
02/24/11 10:16:22 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1587 - Remoção da duplicação das mensagens de erro e sucesso

File:
1 edited

Legend:

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

    r3773 r3813  
    9494                        } 
    9595                         
    96                         $GLOBALS['phpgw_info']['mobiletemplate']->set_error_msg($params["error_message"]); 
    97                         $GLOBALS['phpgw_info']['mobiletemplate']->set_success_msg($params["success_message"]); 
     96                         
    9897                         
    9998                        if($GLOBALS['phpgw']->session->appsession('mobile.layout','mobile')=="mini_desktop") { 
    10099                                $GLOBALS['phpgw_info']['mobiletemplate']->set_home($this->template->fp('out', 'page')); 
    101100                        } else { 
     101                                $GLOBALS['phpgw_info']['mobiletemplate']->set_error_msg($params["error_message"]); 
     102                                $GLOBALS['phpgw_info']['mobiletemplate']->set_success_msg($params["success_message"]); 
    102103                                $this->template->set_var('search',$this->template->fp('out','search_bar')); 
    103104                                $GLOBALS['phpgw_info']['mobiletemplate']->set_content($this->template->fp('out', 'page')); 
Note: See TracChangeset for help on using the changeset viewer.