Ignore:
Timestamp:
03/26/12 12:38:44 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correcao e melhoria na edicao e remocao no compartilhamentos de agendas

File:
1 edited

Legend:

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

    r5776 r5812  
    1 <li class="user-list <%=data[0].current ? '' : 'new' %>">  
     1<li class="user-list <%=data[0].current ? 'current' : 'new' %>">  
    22        <div style="overflow:hidden; width:100%; display:table;"> 
    33                <%if(data[0].isCalendar){%> 
     
    2020                        </div> 
    2121                 
    22                 <input type="checkbox" value="<%=data[0].id%>"> 
     22                <input type="checkbox" value="<%=data[0].current ? data[0].idPermission : data[0].id%>"> 
    2323                 
    2424                <input type="hidden" name="user[]" value="<%=data[0].id%>"> 
Note: See TracChangeset for help on using the changeset viewer.