Ignore:
Timestamp:
08/27/12 12:50:28 (12 years ago)
Author:
eduardow
Message:

Ticket #3075 - Correção no tratamento de caracteres separadores nos campos para, cc , cco.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/mail/templates/new_message.ejs

    r6754 r7122  
    6262                                <td class="value" style="width: 100%;"> 
    6363                                        <div class="email-area ui-corner-all"> 
    64                                                 <input class="new-message-input to email-text" name="input_aux_to" type="text" value="" autocomplete="off"/>     
     64                                                <textarea class="new-message-input to email-text" name="input_aux_to" type="text" value="" autocomplete="off"></textarea>        
    6565                                        </div> 
    6666                                        <textarea class="new-message-input to" name="input_to" style="width:99%; resize: none;display : none;"></textarea> 
     
    7575                                <td class="value"> 
    7676                                        <div class="email-area ui-corner-all"> 
    77                                                 <input class="new-message-input cc email-text" name="input_aux_cc" type="text" value="" autocomplete="off"/>     
     77                                                <textarea class="new-message-input cc email-text" name="input_aux_cc" type="text" value="" autocomplete="off"></textarea>        
    7878                                        </div> 
    7979                                        <textarea class="new-message-input cc" name="input_cc" style="width:99%; resize: none;display : none;"></textarea> 
     
    8888                                <td class="value"> 
    8989                                        <div class="email-area ui-corner-all"> 
    90                                                 <input class="new-message-input cco email-text" name="input_aux_cco" type="text" value="" autocomplete="off"/ 
     90                                                <textarea class="new-message-input cco email-text" name="input_aux_cco" type="text" value="" autocomplete="off"></textarea>      
    9191                                        </div> 
    9292                                        <textarea class="new-message-input cco" name="input_cco" style="width:99%; resize: none;display : none;"></textarea> 
Note: See TracChangeset for help on using the changeset viewer.