mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
modal content wrapper for secondary modal
This commit is contained in:
parent
e75b9d04fe
commit
1b73f56937
@ -34,10 +34,12 @@
|
||||
</button>
|
||||
<h3 id='modal-title'><i>Form Title Here</i></h3>
|
||||
</div>
|
||||
<div class='alert alert-block alert-danger' id='form-validation-warning' style="display: none;">
|
||||
{% trans "Form errors exist" %}
|
||||
</div>
|
||||
<div class='modal-form-content'>
|
||||
<div class='modal-form-content-wrapper'>
|
||||
<div class='alert alert-block alert-danger' id='form-validation-warning' style="display: none;">
|
||||
{% trans "Form errors exist" %}
|
||||
</div>
|
||||
<div class='modal-form-content'>
|
||||
</div>
|
||||
</div>
|
||||
<div class='modal-footer'>
|
||||
<button type='button' class='btn btn-default' id='modal-form-close' data-dismiss='modal'>{% trans "Close" %}</button>
|
||||
|
Loading…
Reference in New Issue
Block a user