Ignore:
Timestamp:
06/30/10 10:17:50 (14 years ago)
Author:
amuller
Message:

Ticket #1121 - Implementando teclado virtual no login para quem quer usar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/default/login_default.php

    r2849 r2982  
    371371        $var['logo_title'] = $GLOBALS['phpgw_info']['server']['login_logo_title']?$GLOBALS['phpgw_info']['server']['login_logo_title']:'www.eGroupWare.org'; 
    372372        $tmpl->set_var($var); 
     373         
     374        if (!@$GLOBALS['phpgw_info']['server']['login_virtual_keyboard']) 
     375                $tmpl->set_var('show_kbd','none'); 
     376 
    373377 
    374378        if (@$GLOBALS['phpgw_info']['server']['login_show_language_selection']) 
Note: See TracChangeset for help on using the changeset viewer.