Ignore:
Timestamp:
02/28/11 11:22:55 (13 years ago)
Author:
thiagoaos
Message:

Ticket #1620 - Corrigido link voltar do expresso mini. Voltando agora para o último request.

File:
1 edited

Legend:

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

    r3814 r3829  
    210210                        $this->template->set_block('view_msg', 'attachment_alert_block'); 
    211211                        $this->template->set_var('lang_back', lang("back")); 
     212                        $this->template->set_var('href_back',$GLOBALS['phpgw_info']['mobiletemplate']->get_back_link()); 
    212213                        $this->template->set_var('lang_reading_message', lang("Reading Message")); 
    213214                        $this->template->set_var('theme', $GLOBALS['phpgw_info']['server']['template_set']); 
     
    440441                        $p->set_var("selected_".$this->current_search_box_type,"selected"); 
    441442                        $p->set_var("lang_back",lang("back")); 
     443                        $p->set_var('href_back',$GLOBALS['phpgw_info']['mobiletemplate']->get_back_link()); 
    442444                        $p->set_var("selecteds",ucfirst(lang("Selecteds"))); 
    443445                        $p->set_var("filter_by",lang("filter by")); 
     
    685687                        $this->template->set_block('new_msg_t', 'page'); 
    686688                        $this->template->set_var('lang_back', lang("back")); 
     689                        $this->template->set_var('href_back',$GLOBALS['phpgw_info']['mobiletemplate']->get_back_link()); 
    687690                        $this->template->set_var('lang_calendar', strtoupper(lang("Calendar"))); 
    688691                        $this->template->set_var('lang_send', strtoupper(lang("Send"))); 
Note: See TracChangeset for help on using the changeset viewer.