Ignore:
Timestamp:
02/15/12 10:21:28 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Correcoes e melhorias na visualizacao de anexos e participantes

File:
1 edited

Legend:

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

    r5514 r5515  
    181181                                                         
    182182                                                        <label class="lbl-archive-size">Tamanho:</label> 
    183                                                         <span class="archive-size"><%=data.event.attachments[i].size%> kb</span> 
     183                                                        <span class="archive-size"><%=data.event.attachments[i].size%></span> 
    184184                                                        <a href="../prototype/getArchive.php?attachment=<%=data.event.attachments[i].id%>" class="button tiny upload downlaod-archive">Download</a> 
    185185                                                        <%if(data.event.acl.organization || data.event.acl.write){%> 
     
    198198         
    199199    </form> 
    200  
    201         </fieldset> 
    202  
    203         </fieldset> 
    204 --> 
    205     </form> 
     200        </fieldset> 
    206201        <form action="../prototype/modules/calendar/export.php" method="GET" class="form-export content"> 
    207202                <input type="hidden" class="id-event" name="event" value="<%= data.event.id %>"/> 
Note: See TracChangeset for help on using the changeset viewer.