economic_timezone fix

This commit is contained in:
Justin 2023-06-12 18:21:27 +08:00 committed by GitHub
parent 8c12504f64
commit 29af10698a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>