Ignore:
Timestamp:
07/12/12 14:40:42 (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

    r5510 r6768  
    7272 
    7373                        <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                                         <%}%> 
     74                                <label for="useDesktopNotification">Usar alarme desktop:</label> 
     75                                <select name="useDesktopNotification" > 
     76                                        <option value="1" <%= data.preferences.useDesktopNotification == '1' ? 'selected="selected"' : '' %>>Sim</option> 
     77                                        <option value="0" <%= data.preferences.useDesktopNotification != '1' ? 'selected="selected"' : '' %>>Não</option> 
    7978                                </select> 
    8079                        </p> 
Note: See TracChangeset for help on using the changeset viewer.