Changeset 5553
- Timestamp:
- 02/27/12 08:47:16 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/draw_api.js
r5549 r5553 343 343 .append("<div class='my-labels'>" + 344 344 "<img src='../prototype/modules/mail/img/tag.png'/>" + 345 "<a class='title-my-labels' tabindex='0' role='button' aria-expanded='false' title='"+get_lang("My markers")+"'>"+get_lang("My markers")+"</a>" +345 "<a class='title-my-labels' tabindex='0' role='button' aria-expanded='false' title='"+get_lang("My Label")+"'>"+get_lang("My Label")+"</a>" + 346 346 347 347 "<span class='status-list-labels ui-icon ui-icon-triangle-1-s'></span>" + -
trunk/prototype/modules/mail/templates/label_configure.ejs
r5552 r5553 30 30 </select> 31 31 <div class="form-item"> 32 <label for="backgroundColor" class="label-cor"><%= get_lang(" MarkerColor")%>:</label>32 <label for="backgroundColor" class="label-cor"><%= get_lang("Label Color")%>:</label> 33 33 <input type="text" name="backgroundColor" id="background" class="colorwell" value="#ebebeb" /> 34 34 </div>
Note: See TracChangeset
for help on using the changeset viewer.