Ignore:
Timestamp:
07/12/12 15:00:36 (12 years ago)
Author:
acoutinho
Message:

Ticket #2951 - Implementacao da funcionalidade de alarms desktop com suporte a eventos

File:
1 edited

Legend:

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

    r6768 r6770  
    7171                        </p> 
    7272 
     73                        <p class="input-group">  
     74                <label for="defaultCalendar">Agenda padrão:</label>  
     75                <select name="defaultCalendar" >  
     76                    <%for(var i = 0; i < data.calendars.length; i++){%>  
     77                        <option value="<%=data.calendars[i].id%>"> <%= data.calendars[i].name %></option>  
     78                    <%}%>  
     79                </select> 
     80                        </p> 
     81 
    7382                        <p class="input-group"> 
    7483                                <label for="useDesktopNotification">Usar alarme desktop:</label> 
Note: See TracChangeset for help on using the changeset viewer.