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

Revision 7228, 241 bytes checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

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.