Changeset 588 for trunk/mobile/login.php


Ignore:
Timestamp:
01/12/09 11:28:22 (15 years ago)
Author:
eduardoalex
Message:

Ticket #386

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/login.php

    r454 r588  
    111111        $tmpl->set_var('charset',$GLOBALS['phpgw']->translation->charset()); 
    112112        $tmpl->set_var('cookie',$last_loginid); 
    113         $tmpl->set_var('lang_username',lang('username')); 
     113        /*$tmpl->set_var('lang_username',lang('username')); 
    114114        $tmpl->set_var('lang_password',lang('password')); 
    115         $tmpl->set_var('lang_login',lang('login')); 
     115        $tmpl->set_var('lang_login',lang('login'));*/ 
     116        //a função lang não funciona no login em dispositivos móveis... verificar o motivo... 
     117        $tmpl->set_var('lang_username',"Usuário"); 
     118        $tmpl->set_var('lang_password',"Senha"); 
     119        $tmpl->set_var('lang_login',"Login"); 
     120         
    116121        $tmpl->set_var('website_title', $GLOBALS['phpgw_info']['server']['site_title']); 
    117122        $tmpl->set_var('template_set',$GLOBALS['phpgw_info']['login_template_set']); 
Note: See TracChangeset for help on using the changeset viewer.