source: branches/2.4/prototype/modules/calendar/templates/timezone_list.ejs @ 7069

Revision 7069, 249 bytes checked in by eduardow, 12 years ago (diff)

Ticket #3035 - Inconsistencia ao trocar fuso-horario do evento(timezones).

Line 
1<option value="">- None selected -</option>
2
3<%
4    var timezones = DataLayer.dispatch('timezones');
5 
6    for (var zone in timezones.timezones){
7%>
8 
9<option value="<%= zone %>">  <%= zone %>(<%= timezones.timezones[zone] %>) </option>
10 
11<%}%>
Note: See TracBrowser for help on using the repository browser.