Ignore:
Timestamp:
11/26/09 16:15:15 (15 years ago)
Author:
eduardoalex
Message:

Ticket #793 - Adicionada link para funcao list_folders no menu e adicionado template para listagem das pastas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/inc/class.mobiletemplate.inc.php

    r1709 r1714  
    6363                        $this-> template->set_var('href_sent', "index.php?menuaction=mobile.ui_mobilemail.mail_list&folder=".$folder_number); 
    6464                        $this-> template->set_var('lang_sent', str_replace('*','',lang(str_replace('INBOX/','',$save_in_folder)))); 
    65                          
     65                        $this-> template->set_var('href_more', 'index.php?menuaction=mobile.ui_mobilemail.list_folders'); 
     66                        $this-> template->set_var('lang_more_folders', lang('More folders...')); 
    6667                        $this-> template->set_var('href_calendar', "index.php?menuaction=mobile.ui_mobilecalendar.index"); 
    6768                        $this-> template->set_var('lang_calendar', lang('Calendar')); 
Note: See TracChangeset for help on using the changeset viewer.