Ignore:
Timestamp:
03/15/12 11:50:53 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Suporte a alarme de eventos javascript no modulo expressoMAil1_2

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

Legend:

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

    r5341 r5729  
    33                <legend class="hidden">Alarme de Evento</legend> 
    44                                <div class="new-event-alarm"> 
    5                                         Você possui um compromisso agendado: 
     5                                    <b>Você possui um compromisso agendado:</b> 
    66                                </div> 
    77                                <div class="title-event-alarm"> 
     
    2121                                </div> 
    2222    </fieldset> 
    23     <div class="menu-container footer-container"> 
    24                 <a class="button alarm-btn-fechar" href="#"></a> 
    25     </div> 
    2623 </div> 
  • trunk/prototype/modules/calendar/templates/event_add.ejs

    r5715 r5729  
    124124                                <label>Avisar-me por </label> 
    125125                                <select name="alarmType[]"> 
    126                                 <!--<option value="alert" <%= data.event.alarms[i].type=='alert' ? 'selected="selected"':'' %>>Alerta</option> 
    127                                         <option value="mail" <%= data.event.alarms[i].type=='mail' ? 'selected="selected"':'' %>>E-mail</option>--> 
    128                                         <option value="sms" <%= data.event.alarms[i].type=='sms' ? 'selected="selected"':'' %>>SMS</option> 
     126                                    <option value="alert" <%= data.event.alarms[i].type=='alert' ? 'selected="selected"':'' %>>Alerta</option> 
     127                                    <option value="mail" <%= data.event.alarms[i].type=='mail' ? 'selected="selected"':'' %>>E-mail</option> 
     128                                    <!--<option value="sms" <%= data.event.alarms[i].type=='sms' ? 'selected="selected"':'' %>>SMS</option>--> 
    129129                                </select> 
    130130                                <input type="text" name="alarmTime[]" class="number input-small" value="<%= data.event.alarms[i].time %>"/> 
Note: See TracChangeset for help on using the changeset viewer.