summaryrefslogtreecommitdiff
path: root/chimere/templates/blocks/bootstrap-modal.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-12 15:09:35 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-09-12 15:09:35 +0200
commitc3c51ec3ff57669c9e1e92b07a1d596fbe325590 (patch)
treefed5ded5cc5e3c8cfa35f456133c2fb87f8b29c2 /chimere/templates/blocks/bootstrap-modal.html
parent77293736e56eebd085f96415403732afa1110ff7 (diff)
downloadChimère-c3c51ec3ff57669c9e1e92b07a1d596fbe325590.tar.bz2
Chimère-c3c51ec3ff57669c9e1e92b07a1d596fbe325590.zip
Jquery dialog to bootstrap modal
Diffstat (limited to 'chimere/templates/blocks/bootstrap-modal.html')
-rw-r--r--chimere/templates/blocks/bootstrap-modal.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chimere/templates/blocks/bootstrap-modal.html b/chimere/templates/blocks/bootstrap-modal.html
index e800ec9..a833781 100644
--- a/chimere/templates/blocks/bootstrap-modal.html
+++ b/chimere/templates/blocks/bootstrap-modal.html
@@ -1,9 +1,9 @@
{% load i18n %}<div class="modal fade" id="{{id}}" tabindex="-1" role="dialog"
aria-labelledby="{{id}}-label" aria-hidden="true">
- <div role="document" class="modal-dialog{% ifequal size 'small'%} modal-sm{% endifequal %}{% ifequal size 'large'%} modal-lg{% endifequal %}">
- <div class="modal-content">
+ <div role="document"
+ class="modal-dialog{% ifequal size 'xlarge'%} modal-xl{% endifequal %}{% ifequal size 'small'%} modal-sm{% endifequal %}{% ifequal size 'large'%} modal-lg{% endifequal %}"> <div class="modal-content">
<div class="modal-header">
- {% if title %}<h5 class="modal-title" id="{{id}}-label"> {{title}}</h5>{% endif %}
+ {% if title %}<h5 class="modal-title" id="{{id}}-label">{{title}}</h5>{% endif %}
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
</div>
<div class="modal-body">