Ignore:
Timestamp:
12/10/10 14:53:10 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1409 - Modificado o layout da tela de visualizacao do expresso mini.

File:
1 edited

Legend:

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

    r3571 r3576  
    8686 
    8787                         
     88                        $this-> template->set_var('lang_logout', lang('logout')); 
    8889                        $this-> template->set_var('lang_back', lang('Back')); 
    8990                        $this-> template->set_var('lang_home', lang('home')); 
     
    9192                        $this-> template->set_var('lang_contacts', lang('Contact Center')); 
    9293                        $this-> template->set_var('lang_calendar', lang('Calendar')); 
     94                        $this-> template->set_var('href_logout', 'login.php?cd=1'); 
     95                        $this-> template->set_var('href_back', 'javascript:history.back()'); 
    9396                        $this-> template->set_var('href_cc', 'index.php?menuaction=mobile.ui_mobilecc.contacts_list'); 
    9497                        $this-> template->set_var('href_email', "index.php?menuaction=mobile.ui_mobilemail.change_folder&folder=0"); 
    9598                        $this-> template->set_var('href_calendar', "index.php?menuaction=mobile.ui_mobilecalendar.index"); 
    9699                        $this-> template->set_var('href_home', "index.php?menuaction=mobile.ui_home.index"); 
    97  
    98100                } 
    99101 
Note: See TracChangeset for help on using the changeset viewer.