Ignore:
Timestamp:
03/06/12 14:35:26 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correcao de bugs e melhorias no modulo expressoCalendar

File:
1 edited

Legend:

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

    r5636 r5642  
    163163            <div class="button-files-upload"> 
    164164                <!-- The fileinput-button span is used to style the file input field as button --> 
    165                 <span class="button btn-success fileinput-button"> 
     165                <%if(data.event.acl.organization || data.event.acl.write){%> 
     166                                <span class="button btn-success fileinput-button"> 
    166167                    <span><i class="icon-plus icon-white"></i> Adicionar</span> 
    167168                    <input type="file" name="files[]" multiple> 
    168169                </span> 
     170                                <%}%> 
    169171                                <%if(data.event.acl.organization || data.event.acl.write){%> 
    170172                                        <button type="button" class="button btn-danger delete"> 
Note: See TracChangeset for help on using the changeset viewer.