forked from mirrors/easyappointments
Change the display of the appointment timezone information
This commit is contained in:
parent
2effec6c23
commit
c3b643376b
1 changed files with 9 additions and 7 deletions
|
@ -149,22 +149,24 @@
|
|||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label"><?= lang('timezone') ?></label>
|
||||
<label class="form-label">
|
||||
<?= lang('timezone') ?>
|
||||
</label>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<div class="border rounded d-flex justify-content-between align-items-center bg-light timezone-info">
|
||||
<div class="border-end w-50 p-1 text-center">
|
||||
<?= lang('provider') ?>:
|
||||
<span class="provider-timezone">
|
||||
-
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
</div>
|
||||
<div class="w-50 p-1 text-center">
|
||||
<?= lang('current_user') ?>:
|
||||
<span>
|
||||
<?= $timezones[session('timezone', 'UTC')] ?>
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue