templates/preferences.tmpl
changeset 113 9fc0eb751b6a
parent 92 74f6a0b01ddf
child 129 67a30d680f60
equal deleted inserted replaced
112:090192b64d7e 113:9fc0eb751b6a
     7         <legend>Dates / Times</legend>
     7         <legend>Dates / Times</legend>
     8         
     8         
     9         <p>
     9         <p>
    10             <label for="timezone">Timezone:</label>
    10             <label for="timezone">Timezone:</label>
    11             <select name="timezone">
    11             <select name="timezone">
    12             ${h.select_options(((tz_name, tz_name) for tz_name in timezones), prefs['timezone'].zone)}
    12             ${h.select_options(((None, tz_name) for tz_name in timezones), prefs['timezone'].zone)}
    13             </select>
    13             </select>
    14             <span class="example">(${h.tz_name(prefs['timezone'])})</span>
    14             <span class="example">(${h.tz_name(prefs['timezone'])})</span>
    15         </p>
    15         </p>
    16 
    16 
    17         <p>
    17         <p>