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

Revision 5341, 583 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

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                <label title="<%= data[0].name ? data[0].name : '' %>" class="name"><%= data[0].name ? data[0].name : '' %></label>
6                <label title="<%= data[0].mail ? data[0].mail : '' %>" class="mail"><%= data[0].mail ? data[0].mail : '' %></label>
7                <span class="ui-icon ui-icon-close ui-corner-all ui-icon-float-right"></span>
8        </div>
9        <a class="button close">X</a>
10</li>
Note: See TracBrowser for help on using the repository browser.