Ignore:
Timestamp:
01/11/12 15:12:10 (12 years ago)
Author:
adriano
Message:

Ticket #2434 - correcao de problemas nos tootips de adicao de participantes

Location:
trunk/prototype/modules/calendar/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/templates/participants_add_itemlist.ejs

    r5358 r5360  
    66                <label title="<%= data[0].name ? data[0].name : '' %>" class="name"><%= data[0].name ? data[0].name : '' %></label> 
    77                <label title="<%= data[0].mail ? data[0].mail : '' %>" class="mail"><%= data[0].mail ? data[0].mail : '' %></label> 
    8                 <span class="ui-icon ui-icon-close ui-corner-all ui-icon-float-right"></span> 
    98        </div>  
    10         <a class="button close">X</a> 
     9        <a class="button close">Close</a> 
    1110</li> 
  • trunk/prototype/modules/calendar/templates/participants_search_itemlist.ejs

    r5358 r5360  
    66        <label class="email hidden"><%=data[i]['mail']%></label> 
    77        <label class="id hidden"><%=data[i]['id']%></label> 
    8         <span class="ui-icon ui-icon-plus ui-corner-all ui-icon-float-right"></span> 
    98</li> 
    109<% } %> 
Note: See TracChangeset for help on using the changeset viewer.