Changeset 5624
- Timestamp:
- 03/05/12 11:06:55 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/draw_api.js
r5623 r5624 362 362 search_emails("UNDELETED KEYWORD \"$Label"+labelId+"\""); 363 363 } 364 }) ;365 364 }).find(".square-color").css("display",""); 365 366 366 $("#MyMarckersList a.title-my-labels").click(function() { 367 367 $("#MyMarckersList ul.label-list").toggleClass("hidden") -
trunk/prototype/modules/mail/templates/label_list.ejs
r5623 r5624 11 11 <input type="hidden" value="<%= data.labels[i].id%>" name="labelItemId" class="id-item-list" /> 12 12 13 <div class="square-color" style=" width:17px;height:12px;margin-top:1px;-moz-border-radius:3px;-webkit-border-radius:3px;13 <div class="square-color" style="display: none; width:17px;height:12px;margin-top:1px;-moz-border-radius:3px;-webkit-border-radius:3px; 14 14 background: <%= (data.labels[i].backgroundColor) ? data.labels[i].backgroundColor : '#ffffff' %>; float:right;"></div> 15 15
Note: See TracChangeset
for help on using the changeset viewer.