Ignore:
Timestamp:
05/15/12 22:39:55 (12 years ago)
Author:
natan
Message:

Ticket #2744 - Problema na delegação durante a criação de um evento - corrigido

File:
1 edited

Legend:

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

    r5514 r6203  
    22        <div style="overflow:hidden; width:100%; display:table;"> 
    33                <div class="attendee-options"> 
    4                         <%if(data[0].acl.organization || data[0].acl.write || data[0].acl.inviteGuests){%> 
     4                        <%if( !data[0].isDirty && (data[0].acl.organization || data[0].acl.write || data[0].acl.inviteGuests) ){%> 
    55                                <a href="#" class="button delegate attendee-options-button-delegate new">Delegar participação a este participante</a> 
    66                        <%}%> 
Note: See TracChangeset for help on using the changeset viewer.