Ignore:
Timestamp:
04/09/12 15:21:57 (12 years ago)
Author:
rafaelraymundo
Message:

Ticket #2256 - Problemas com o token iKey 2032 / 4000.

File:
1 edited

Legend:

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

    r5371 r5898  
    505505                $cod_applet = 
    506506 
    507 /*    // com debug ativado 
    508             '<script type="text/javascript"> 
     507    // com debug ativado 
     508/*            '<script type="text/javascript"> 
    509509                                        if (navigator.userAgent.match(\'MSIE\')){ 
    510510                                                document.write(\'<object style="display:yes;width:0;height:0;vertical-align:bottom;" id="login_applet" \' + 
     
    513513                                                \'<param name="codebase" value="/security/">\' + 
    514514                                                \'<param name="code" value="LoginApplet.class"> \' + 
    515                                                 \'<param name="locale" value="' . $lang . '"> \' + 
     515                                                \'<param name="locale" value="' . $GLOBALS['phpgw']->translation->userlang . '"> \' + 
    516516                                                \'<param name="mayscript" value="true"> \' + ' 
    517517                                                . $param1 
     
    521521                                        } 
    522522                                        else { 
    523                                                 document.write(\'<embed style="display:yes;width:0;height:0;vertical-align:bottom;" id="login_applet" codebase="/security/" code="LoginApplet.class" locale="' . $lang . '"\' + 
     523                                                document.write(\'<embed style="display:yes;width:0;height:0;vertical-align:bottom;" id="login_applet" codebase="/security/" code="LoginApplet.class" locale="' . $GLOBALS['phpgw']->translation->userlang . '"\' + 
    524524                                                \'archive="ExpressoCertLogin.jar,ExpressoCert.jar,commons-httpclient-3.1.jar,commons-logging-1.1.1.jar,commons-codec-1.3.jar,bcmail-jdk15-142.jar,mail.jar,activation.jar,bcprov-jdk15-142.jar" \' + ' 
    525525                                                . $param2 
Note: See TracChangeset for help on using the changeset viewer.