mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +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; ?>
|
<?php endforeach; ?>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<?php component('custom_fields'); ?>
|
||||||
|
|
||||||
|
<?php slot('after_primary_customer_custom_fields'); ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-sm-6">
|
<div class="col-12 col-sm-6">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
@ -346,10 +350,6 @@
|
||||||
|
|
||||||
<?php slot('after_primary_customer_fields'); ?>
|
<?php slot('after_primary_customer_fields'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
|
||||||
<?php component('custom_fields'); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
|
@ -81,6 +81,10 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php slot('info_first_column'); ?>
|
<?php slot('info_first_column'); ?>
|
||||||
|
|
||||||
|
<?php component('custom_fields'); ?>
|
||||||
|
|
||||||
|
<?php slot('after_custom_fields'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-12 col-md-6 field-col mx-auto">
|
<div class="col-12 col-md-6 field-col mx-auto">
|
||||||
|
@ -134,14 +138,8 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php slot('info_second_column'); ?>
|
<?php slot('info_second_column'); ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
|
||||||
<?php component('custom_fields'); ?>
|
|
||||||
|
|
||||||
<?php slot('after_custom_fields'); ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue