Ignore:
Timestamp:
03/05/12 10:22:22 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Melhoria no codigo da revisão: 5612

File:
1 edited

Legend:

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

    r5537 r5623  
    1111                                <input type="hidden" value="<%= data.labels[i].id%>" name="labelItemId" class="id-item-list" /> 
    1212                                 
    13                                 <div class="square-color" style="display:none;width:17px;height:12px;margin-top:1px;-moz-border-radius:3px;-webkit-border-radius:3px; 
     13                                <div class="square-color" style="width:17px;height:12px;margin-top:1px;-moz-border-radius:3px;-webkit-border-radius:3px; 
    1414                                                background: <%= (data.labels[i].backgroundColor) ? data.labels[i].backgroundColor : '#ffffff' %>; float:right;"></div> 
    1515 
Note: See TracChangeset for help on using the changeset viewer.