Ignore:
Timestamp:
06/02/12 17:33:39 (12 years ago)
Author:
acoutinho
Message:

Ticket #2831 - Implementação ao suporte a repetição de eventos

Location:
trunk/prototype/modules/calendar/templates
Files:
2 edited

Legend:

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

    r5652 r6393  
    66                                <option value="alert" <%= data.alarm.defaultAlarms[i].type=='alert' ? 'selected="selected"':'' %>>Alerta</option> 
    77                                <option value="mail" <%= data.alarm.defaultAlarms[i].type=='mail' ? 'selected="selected"':'' %>>E-mail</option> 
    8                                 <option value="sms" <%= data.alarm.defaultAlarms[i].type=='sms' ? 'selected="selected"':'' %>>SMS</option> 
     8                                <!--<option value="sms" <%= data.alarm.defaultAlarms[i].type=='sms' ? 'selected="selected"':'' %>>SMS</option>--> 
    99                        </select> 
    1010                        <input type="text" name="alarmTime[]" class="number input-small" value="<%= data.alarm.defaultAlarms[i].time %>"/> 
  • trunk/prototype/modules/calendar/templates/event_add.ejs

    r6369 r6393  
    99                                <input type="hidden" class="id-event" name="idEvent" value="<%= data.event.id %>"/> 
    1010                        <% } %> 
    11                         <% if( data.event.calendar ){ %> 
     11                        <% if( data.event.id && data.event.calendar ){ %> 
    1212                                <input type="hidden" class="last-calendar" name="lastCalendar" value="<%= data.event.calendar %>"/> 
    1313                        <% } %> 
Note: See TracChangeset for help on using the changeset viewer.