Ignore:
Timestamp:
01/12/12 13:33:33 (12 years ago)
Author:
brunocosta
Message:

Ticket #2299 - Pega a msg para o usuário no atributo "usrworkleaveobs" no LDAP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/phpgwapi/templates/default/login_default.php

    r5277 r5371  
    3232                                 
    3333                        case 97: 
    34                                 return '<font color="FF0000">' . lang('Account blocked, please contact the system administrator.') . '</font>'; 
     34                                return '<font color="FF0000">' . $GLOBALS['usrworkleaveobs']?$GLOBALS['usrworkleaveobs']:lang('Account blocked, please contact the system administrator.') . '</font>'; 
    3535                        case 98: 
    3636                                return '<font color="FF0000">' . lang('Account is expired') . '</font>'; 
Note: See TracChangeset for help on using the changeset viewer.