source: sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/task_add_itemlist.ejs @ 6881

Revision 6881, 909 bytes checked in by thiago, 12 years ago (diff)

Ticket #2966 - Implementado a nova tela de atividades.

  • Property svn:executable set to *
Line 
1<li class="attendee"> 
2        <div style="overflow:hidden; width:100%; display:table;">       
3                <div class="activity-options" style="float: right; margin: 0 10px 0 0;">
4                        <a class="button edit activity-options-button-edit new ui-icon-notice">Informações</a>
5                        <a class="button close new">Remover</a>
6                </div> 
7                <input class="new" type="checkbox" value="<%= data[0].id %>">
8                <input type="hidden" name="attendee[]" value="<%= data[0].id %>">
9                <input type="hidden" name="attendeeType[]" value="<%=data[0].isExternal%>">
10                <input type="hidden" name="attendeeAcl[]" value="r">
11                <input type="hidden" name="delegatedFrom[]" value="0">
12                <label title="<%= data[0].name ? data[0].name : '' %>" class="name"><%= data[0].name ? data[0].name : '' %></label>
13                <label title="<%= data[0].mail ? data[0].mail : '' %>" class="mail <%= data[0].name ? 'hidden' : ''%>"><%= data[0].mail ? data[0].mail : '' %></label>
14        </div>
15</li>
Note: See TracBrowser for help on using the repository browser.