economic_timezone fix
This commit is contained in:
parent
8c12504f64
commit
29af10698a
@ -6736,17 +6736,17 @@
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<select id="inputTransition22259" class="form-select economic-tz-select">
|
||||
<option {%if scheduler_settings.timezone == 'US/Eastern' %} selected {% endif %}>US/Eastern</option>
|
||||
<option {%if scheduler_settings.timezone == 'US/Central' %} selected {% endif %}>US/Central</option>
|
||||
<option {%if scheduler_settings.timezone == 'US/Pacific' %} selected {% endif %}>US/Pacific</option>
|
||||
<option {%if scheduler_settings.timezone == 'GMT' %} selected {% endif %}>GMT</option>
|
||||
<option {%if scheduler_settings.timezone == 'CET' %} selected {% endif %}>CET</option>
|
||||
<option {%if scheduler_settings.timezone == 'GB' %} selected {% endif %}>GB</option>
|
||||
<option {%if scheduler_settings.timezone == 'NZ' %} selected {% endif %}>NZ</option>
|
||||
<option {%if scheduler_settings.timezone == 'Australia/ACT' %} selected {% endif %}>Australia/ACT</option>
|
||||
<option {%if scheduler_settings.timezone == 'Japan' %} selected {% endif %}>Japan</option>
|
||||
<option {%if scheduler_settings.timezone == 'Asia/Singapore' %} selected {% endif %}>Asia/Singapore</option>
|
||||
<option {%if scheduler_settings.timezone == 'Asia/Dubai' %} selected {% endif %}>Asia/Dubai</option>
|
||||
<option {%if economic_settings.timezone == 'US/Eastern' %} selected {% endif %}>US/Eastern</option>
|
||||
<option {%if economic_settings.timezone == 'US/Central' %} selected {% endif %}>US/Central</option>
|
||||
<option {%if economic_settings.timezone == 'US/Pacific' %} selected {% endif %}>US/Pacific</option>
|
||||
<option {%if economic_settings.timezone == 'GMT' %} selected {% endif %}>GMT</option>
|
||||
<option {%if economic_settings.timezone == 'CET' %} selected {% endif %}>CET</option>
|
||||
<option {%if economic_settings.timezone == 'GB' %} selected {% endif %}>GB</option>
|
||||
<option {%if economic_settings.timezone == 'NZ' %} selected {% endif %}>NZ</option>
|
||||
<option {%if economic_settings.timezone == 'Australia/ACT' %} selected {% endif %}>Australia/ACT</option>
|
||||
<option {%if economic_settings.timezone == 'Japan' %} selected {% endif %}>Japan</option>
|
||||
<option {%if economic_settings.timezone == 'Asia/Singapore' %} selected {% endif %}>Asia/Singapore</option>
|
||||
<option {%if economic_settings.timezone == 'Asia/Dubai' %} selected {% endif %}>Asia/Dubai</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user