Ignore:
Timestamp:
08/10/12 19:11:37 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Merge de novas funcionalidades com trunk #2951, #2952

File:
1 edited

Legend:

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

    r6525 r6996  
    171171<div class="overflow_add_calender"> 
    172172        <fieldset id="calendar_addevent_details5" class="tab-level2"> 
    173         <form id="fileupload" action="attachment:detail" method="POST"> 
     173        <form id="fileuploadevent" action="attachment:detail" method="POST"> 
    174174        <!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload --> 
    175175        <div class="row fileupload-buttonbar"> 
     
    183183                                <%}%> 
    184184                                <%if(data.event.acl.organization || data.event.acl.write){%> 
    185                                         <button type="button" class="button btn-danger delete"> 
     185                                        <button type="button" class="button btn-danger delete <%= data.event && data.event.attachments && data.event.attachments.length ? '' : 'hidden' %>"> 
    186186                                                <i class="icon-trash icon-white"></i> Remover Todos 
    187187                                        </button> 
    188188                                <%}%> 
    189189            </div> 
    190             <div id="fileupload-progress"></div> 
     190            <div id="fileupload-progress-event"></div> 
    191191            <div class="files-list"> 
    192192               <ul class="attachments-list"> 
Note: See TracChangeset for help on using the changeset viewer.