Ignore:
Timestamp:
08/09/12 18:31:49 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Correcao de bugs e refactoring das novas funcionalidades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/task_add.ejs

    r6974 r6981  
    212212                    <input type="file" name="files[]" multiple> 
    213213                </span> 
    214                                 <button type="button" class="button btn-danger delete"> 
    215                                         <i class="icon-trash icon-white"></i> Remover Todos 
    216                                 </button> 
     214                <button type="button" class="button btn-danger delete <%= data.task && data.task.attachments && data.task.attachments.length ? '' : 'hidden' %>"> 
     215                        <i class="icon-trash icon-white"></i> Remover Todos 
     216                </button> 
    217217            </div> 
    218218            <div id="fileupload-progress-task"></div> 
Note: See TracChangeset for help on using the changeset viewer.