Ignore:
Timestamp:
09/04/12 18:07:11 (12 years ago)
Author:
gustavo
Message:

Ticket #2939 - Melhorias na exibicao das abas e da listagem de email

File:
1 edited

Legend:

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

    r6930 r7167  
    1 <div class="new-msg-head-buttons table_message ui-widget-header" style="width:100%; clear: both; display: inline-block; height: 30px;"> 
     1<div class="new-msg-head-buttons table_message ui-widget-header" style="width:99.8%; clear: both; display: inline-block; height: 30px;"> 
    22        <div class="new-msg-head-left-buttons" style="float: left; margin: 3px;">                
    33                <button class="send button small" title="<%= get_lang("Send Mail") %>"><%= get_lang("Send") %></button> 
     
    1010                %> 
    1111                <button class="save button small" title="<%= get_lang("Save Mail") %>"><%=get_lang("Save")%></button> 
    12                 <% 
    13                 if (parseInt(preferences.use_important_flag)){ 
    14                 %> 
    15                 <button class="important button small msg-option" name="input_important_message" title="<%= get_lang("Important message") %>">&nbsp;</button> 
    16                 <% 
    17                 } 
    18                 %> 
    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                  
    22                 <% 
    23                 if(parseInt(preferences.use_assinar_criptografar)){ 
    24                         if(parseInt(preferences.use_signature_digital_cripto)){ 
    25                 %> 
    26                 <button class="return_cripto button small" title="<%=get_lang("Digitally sign message?")%>">&nbsp;</button> 
    27                 <button class="return_digital button small" title="<%=get_lang("Encrypted email")%>">&nbsp;</button> 
    28                 <% 
     12                <span class="flags-buttons"> 
     13                        <% 
     14                        if (parseInt(preferences.use_important_flag)){ 
     15                        %> 
     16                        <button class="important button small msg-option" name="input_important_message" title="<%= get_lang("Important message") %>">&nbsp;</button> 
     17                        <% 
    2918                        } 
    30                 } 
    31                 %> 
     19                        %> 
     20                         
     21                        <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> 
     22                         
     23                        <% 
     24                        if(parseInt(preferences.use_assinar_criptografar)){ 
     25                                if(parseInt(preferences.use_signature_digital_cripto)){ 
     26                        %> 
     27                        <button class="return_cripto button small" title="<%=get_lang("Digitally sign message?")%>">&nbsp;</button> 
     28                        <button class="return_digital button small" title="<%=get_lang("Encrypted email")%>">&nbsp;</button> 
     29                        <% 
     30                                } 
     31                        } 
     32                        %> 
     33                </span> 
    3234        </div> 
    3335        <div class="new-msg-head-right-buttons" style="float: right; margin: 3px; margin-rigth: 5px;"> 
    34                 <button class="button small cc-button"><%= get_lang("Add CC") %></button> 
    35                 <%if(allow_hidden_copy){ %> 
    36                 <button class="button small cco-button"><%= get_lang("Add BCC") %></button> 
    37                 <% 
    38                 }        
    39                 %> 
    40                 <button class="button small reply-to-button"><%= get_lang("Reply to") %></button> 
     36                <span class="field-buttons"> 
     37                        <button class="button small cc-button">CC</button> 
     38                        <%if(allow_hidden_copy){ %> 
     39                        <button class="button small cco-button">CCO</button> 
     40                        <% 
     41                        }        
     42                        %> 
     43                        <button class="button small reply-to-button"><%= get_lang("Reply") %></button> 
     44                </span> 
    4145                <button class="button small rich-button"><%= (preferences.plain_text_editor == 1 ? get_lang("Rich Text") : get_lang("Simple Text")) %></button> 
    4246        </div> 
Note: See TracChangeset for help on using the changeset viewer.