Ignore:
Timestamp:
04/20/12 17:59:47 (12 years ago)
Author:
gustavo
Message:

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

File:
1 edited

Legend:

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

    r5984 r5986  
    1717                } 
    1818                %> 
    19                 <button class="return-recept button small msg-option" name="input_return_receipt" title="<%= get_lang("Return receipt") %>">&nbsp;</button> 
     19                 
     20                <button class="return-recept button small msg-option <%=(parseInt(preferences.return_recipient_deafault) != 0 ? "expressomail-button-icon-ative": "")%>" name="input_return_receipt" title="<%= get_lang("Return receipt") %>">&nbsp;</button> 
     21                 
    2022                <% 
    2123                if(parseInt(preferences.use_assinar_criptografar)){ 
     
    9799                                </td> 
    98100                                <td class="value"> 
    99                                         <input type="checkbox" class="checkbox" name="input_return_receipt"/> 
     101                                        <input type="checkbox" class="checkbox" name="input_return_receipt" checked="<%=(parseInt(preferences.return_recipient_deafault) != 0 ? "True": "False")%>"/> 
    100102                                        <input type="checkbox" class="checkbox" name="input_important_message"/> 
    101103                                        <input type="checkbox" class="checkbox" name="textplain_rt_checkbox"/> 
Note: See TracChangeset for help on using the changeset viewer.