mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Move the custom fields to the second customer column for better layout structure in booking and calendar page
This commit is contained in:
parent
2a41f2774f
commit
f15d78797f
2 changed files with 8 additions and 10 deletions
|
@ -284,6 +284,10 @@
|
|||
<?php endforeach; ?>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<?php component('custom_fields'); ?>
|
||||
|
||||
<?php slot('after_primary_customer_custom_fields'); ?>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6">
|
||||
<div class="mb-3">
|
||||
|
@ -346,10 +350,6 @@
|
|||
|
||||
<?php slot('after_primary_customer_fields'); ?>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php component('custom_fields'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
|
|
@ -81,6 +81,10 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<?php slot('info_first_column'); ?>
|
||||
|
||||
<?php component('custom_fields'); ?>
|
||||
|
||||
<?php slot('after_custom_fields'); ?>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-6 field-col mx-auto">
|
||||
|
@ -134,14 +138,8 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<?php slot('info_second_column'); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<?php component('custom_fields'); ?>
|
||||
|
||||
<?php slot('after_custom_fields'); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue