Ignore:
Timestamp:
11/22/12 09:06:13 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail

File:
1 edited

Legend:

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

    r6996 r7543  
    114114                                <label class="flag-label"><%= get_lang("Color")%>: </label> 
    115115                                <input type="text" name="backgroundColor" class="colorwell background-color" value="<%=(followupflagged.backgroundColor) ? followupflagged.backgroundColor : '#00820F' %>" readonly="readonly" /> 
    116                                 <div class="flag-edit flag-color-preview" style="background: <%=(followupflagged.backgroundColor) ? followupflagged.backgroundColor : '#00820F' %>"> 
    117                                         <img src="../prototype/modules/mail/img/flagEditor.png"> 
     116                                <div class="flag-edit flag-color-preview" style="background: <%=(followupflagged.backgroundColor) ? followupflagged.backgroundColor : '#00820F' %> background-image:url(../prototype/modules/mail/img/mail-sprites.png);background-position: 0 -864px;"> 
    118117                                </div> 
    119118                        </div> 
Note: See TracChangeset for help on using the changeset viewer.