forked from mirrors/easyappointments
Move the options frame before the description field
This commit is contained in:
parent
0051a6e607
commit
2564ee0c36
1 changed files with 7 additions and 7 deletions
|
@ -129,13 +129,6 @@
|
||||||
<?php component('color_selection', ['attributes' => 'id="color"']) ?>
|
<?php component('color_selection', ['attributes' => 'id="color"']) ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
|
||||||
<label class="form-label" for="description">
|
|
||||||
<?= lang('description') ?>
|
|
||||||
</label>
|
|
||||||
<textarea id="description" rows="4" class="form-control" disabled></textarea>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="border rounded mb-3 p-3">
|
<div class="border rounded mb-3 p-3">
|
||||||
<label class="form-label mb-3">
|
<label class="form-label mb-3">
|
||||||
<?= lang('options') ?>
|
<?= lang('options') ?>
|
||||||
|
@ -155,6 +148,13 @@
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mb-3">
|
||||||
|
<label class="form-label" for="description">
|
||||||
|
<?= lang('description') ?>
|
||||||
|
</label>
|
||||||
|
<textarea id="description" rows="4" class="form-control" disabled></textarea>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue