source: trunk/prototype/modules/calendar/templates/participants_add_itemlist.ejs @ 5358

Revision 5358, 661 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Mudanca na manipulacao de participantes para melhor desempenho

Line 
1<li class="attendee"> 
2        <div style="overflow:hidden; width:100%; display:table;">
3                <input type="checkbox" value="<%= data[0].id %>" disabled="disabled">
4                <input type="hidden" name="attendee[]" value="<%= data[0].id %>">
5                <input type="hidden" name="attendeeType[]" value="<%=data[0].isExternal%>">
6                <label title="<%= data[0].name ? data[0].name : '' %>" class="name"><%= data[0].name ? data[0].name : '' %></label>
7                <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>
9        </div>
10        <a class="button close">X</a>
11</li>
Note: See TracBrowser for help on using the repository browser.