Ignore:
Timestamp:
12/20/11 17:08:51 (12 years ago)
Author:
rafaelraymundo
Message:

Ticket #2395 - Assinatura/cifragem digital de emails - Suporte a SHA512.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/index.php

    r5246 r5277  
    218218        echo '<script type="text/javascript">init();</script>'; 
    219219 
     220        // Maybe it's better to put locale in another place. 
     221        $locale = $GLOBALS['phpgw']->translation->userlang; 
     222        echo '<input type="hidden" id="locale" name="locale" value="'.$locale.'" />'; 
     223 
    220224        if ($GLOBALS['phpgw_info']['user']['preferences']['expressoMail']['use_shortcuts']) 
    221225        { 
Note: See TracChangeset for help on using the changeset viewer.