summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/bs_form_snippet.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/blocks/bs_form_snippet.html')
-rw-r--r--ishtar_common/templates/blocks/bs_form_snippet.html19
1 files changed, 4 insertions, 15 deletions
diff --git a/ishtar_common/templates/blocks/bs_form_snippet.html b/ishtar_common/templates/blocks/bs_form_snippet.html
index 95b8ac086..f122b33f2 100644
--- a/ishtar_common/templates/blocks/bs_form_snippet.html
+++ b/ishtar_common/templates/blocks/bs_form_snippet.html
@@ -48,22 +48,9 @@
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
+ <div class="form-group col-12" id="advanced-search-info"></div>
</div>
- <div class="modal-body form-row">
- <div class="form-group col-12" id="advanced-search-info">
- </div>
- <div class="form-group col-12">
- <p class="text-center">
- <button type="button"
- class="btn btn-primary advanced-search-valid">
- {% trans "Add" %}</button>
- <button type="button"
- class="btn btn-secondary advanced-search-clear">
- {% trans 'Clear' %}</button>
- <button type="button" class="btn btn-secondary"
- data-dismiss="modal">{% trans 'Close' %}</button>
- </p>
- </div>
+ <div class="modal-body body-scroll">
<hr>
{% endif %}
{% if field.name in form.HEADERS %}
@@ -91,6 +78,8 @@
{% if search and forloop.counter0 >= 1 %}
</div>
+ </div>
+ <div class="modal-footer">
<div class="form-group col-12">
<p class="text-center">
<button type="button"