mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
Changed position of the timezone user setting.
This commit is contained in:
parent
320ff37de1
commit
909b62cea5
1 changed files with 15 additions and 15 deletions
|
@ -183,11 +183,6 @@
|
|||
<input type="password" id="provider-password-confirm" class="form-control required" maxlength="512">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="provider-timezone"><?= lang('timezone') ?></label>
|
||||
<?= render_timezone_dropdown('id="provider-timezone" class="form-control"') ?>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="provider-calendar-view"><?= lang('calendar') ?> *</label>
|
||||
<select id="provider-calendar-view" class="form-control required">
|
||||
|
@ -196,6 +191,11 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="provider-timezone"><?= lang('timezone') ?></label>
|
||||
<?= render_timezone_dropdown('id="provider-timezone" class="form-control"') ?>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<button type="button" id="provider-notifications" class="btn btn-default" data-toggle="button">
|
||||
|
@ -420,11 +420,6 @@
|
|||
<input type="password" id="secretary-password-confirm" class="form-control required" maxlength="512">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="secretary-timezone"><?= lang('timezone') ?></label>
|
||||
<?= render_timezone_dropdown('id="secretary-timezone" class="form-control"') ?>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="secretary-calendar-view"><?= lang('calendar') ?> *</label>
|
||||
<select id="secretary-calendar-view" class="form-control required">
|
||||
|
@ -433,6 +428,11 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="secretary-timezone"><?= lang('timezone') ?></label>
|
||||
<?= render_timezone_dropdown('id="secretary-timezone" class="form-control"') ?>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<button type="button" id="secretary-notifications" class="btn btn-default" data-toggle="button">
|
||||
|
@ -580,11 +580,6 @@
|
|||
<input type="password" id="admin-password-confirm" class="form-control required" maxlength="512">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="admin-timezone"><?= lang('timezone') ?></label>
|
||||
<?= render_timezone_dropdown('id="admin-timezone" class="form-control"') ?>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="admin-calendar-view"><?= lang('calendar') ?> *</label>
|
||||
<select id="admin-calendar-view" class="form-control required">
|
||||
|
@ -593,6 +588,11 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="admin-timezone"><?= lang('timezone') ?></label>
|
||||
<?= render_timezone_dropdown('id="admin-timezone" class="form-control"') ?>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<button type="button" id="admin-notifications" class="btn btn-default" data-toggle="button">
|
||||
|
|
Loading…
Reference in a new issue