Changeset 5979


Ignore:
Timestamp:
04/20/12 08:57:51 (12 years ago)
Author:
gustavo
Message:

Ticket #2611 - Refatorar interface de criação de nova mensagem

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r5976 r5979  
    35403540                                event.preventDefault(); 
    35413541                        } 
    3542                         if(event.keyCode == 13){ 
    3543                                 event.preventDefault(); 
    3544                         }else if((event.keyCode) == 120){ 
     3542                        if((event.keyCode) == 120){ 
    35453543                                emQuickSearch($(this).val(), "."+$(this).parents("tr:first").attr('class').split("-")[0], ID, undefined, true); 
    35463544                        } 
  • trunk/prototype/modules/mail/templates/new_message.ejs

    r5945 r5979  
    3939        </div> 
    4040</div> 
    41 <div class="new-msg-head-data" style="clear: both; font-size:11px;"> 
     41<div class="new-msg-head-data" style="font-size:11px; overflow: auto;height: 100%; width: 100%;"> 
    4242        <form method="POST" id="form_message_<%= data.id%>" name="form_message_<%= data.id%>" action="message:detail" <%= (is_ie ? "encoding=\'multipart/form-data\'" : "enctype=\'multipart/form-data\'") %>> 
    4343                <input style="display: none; " name="abaID" value="<%= data.id %>"> 
Note: See TracChangeset for help on using the changeset viewer.