Changeset 6246


Ignore:
Timestamp:
05/21/12 11:08:03 (12 years ago)
Author:
douglasz
Message:

Ticket #2768 - Melhorias na inserção de destinatários.

Location:
sandbox/2.4.1-3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/admin/setup/phpgw_pt-br.lang

    r5988 r6246  
    565565There are users with an quantity greater than of markers. Respect the minimum number indicated. admin   pt-br   Existem usuários com uma quantidade superior de marcadores. Respeito o número mínimo indicado. 
    566566Minimum number of labels allowed        admin   pt-br   Número mínimo de marcadores permitido 
     567Identifier of the recipient of a message        admin   pt-br   Identificador do destinatário de uma mensagem 
     568LDAP attribute used to replacement      admin   pt-br   Atributo LDAP utilizado para substituição 
  • sandbox/2.4.1-3/expressoMail1_2/index.php

    r6224 r6246  
    275275    $_SESSION['phpgw_info']['server']['expressomail']['expressoMail_use_spam_filter'] = $current_config['expressoMail_use_spam_filter'];    
    276276    echo '<script> var use_spam_filter = \''.$current_config['expressoMail_use_spam_filter'].'\' 
    277            var sieve_forward_domains = \''.$current_config['expressoMail_sieve_forward_domains'].'\' </script>'; 
     277           var sieve_forward_domains = \''.$current_config['expressoMail_sieve_forward_domains'].'\'  
     278                   var ldap_identifier_recipient = \''.$current_config['expressoMail_ldap_identifier_recipient'].'\' </script>'; 
    278279        // End Set Anti-Spam options. 
    279280 
  • sandbox/2.4.1-3/expressoMail1_2/templates/default/config.tpl

    r5988 r6246  
    244244        </td> 
    245245    </tr> 
     246         
     247        <tr bgcolor="{th_bg}">  
     248                <td colspan="2">  
     249                        &nbsp;  
     250                </td>  
     251        </tr> 
     252        <tr bgcolor="{row_on}">  
     253                <td colspan="2">  
     254                        <label style="font-weight:bold;">{lang_Identifier_of_the_recipient_of_a_message}</label>  
     255                </td>  
     256        </tr> 
     257        <tr bgcolor="{row_off}"> 
     258        <td>{lang_LDAP_attribute_used_to_replacement}</td> 
     259        <td> 
     260            <input type="text" id="identifier_recipient " value="{value_expressoMail_ldap_identifier_recipient}" name="newsettings[expressoMail_ldap_identifier_recipient]" size=10 maxlength=10 /> 
     261        </td> 
     262    </tr> 
    246263    <!--tr bgcolor="{row_on}"> 
    247264        <td>{lang_Days_interval_to_show_balloon_for_user}</td> 
Note: See TracChangeset for help on using the changeset viewer.