Ignore:
Timestamp:
03/08/13 16:32:58 (11 years ago)
Author:
douglas
Message:

Ticket #3378 - Importação automatica de eventos nos participantes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/templates/preferences_calendar.ejs

    r7143 r7982  
    7272 
    7373                        <p class="input-group">  
    74                 <label for="defaultCalendar">Agenda padrão:</label>  
     74                <label for="defaultCalendar">Agenda padrão para Criação de Eventos:</label>  
    7575                <select name="defaultCalendar" >  
    7676                    <%for(var i = 0; i < data.calendars.length; i++){%>  
     
    7979                </select> 
    8080                        </p> 
     81  
     82            <p class="input-group">  
     83                <label for="dafaultImportCalendar">Agenda padrão para Importação de Eventos :</label>  
     84                <select name="dafaultImportCalendar" >  
     85                    <option value=""> </option>  
     86                    <%for(var i = 0; i < data.calendars.length; i++){  
     87                     if(data.signatureOf[data.calendars[i].id].isOwner == '1'){  
     88                    %>  
     89                    <option value="<%=data.calendars[i].id%>"> <%= data.calendars[i].name %></option>  
     90                    <%}}%>  
     91                </select>  
     92            </p>  
    8193 
    8294                        <p class="input-group"> 
Note: See TracChangeset for help on using the changeset viewer.