mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
fix - load lightbox library
set height of lightbox iframe to 100%
This commit is contained in:
@@ -51,6 +51,9 @@ img {
|
||||
|
||||
.documentTips {
|
||||
height: 100%;
|
||||
iframe {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#bottom_container {
|
||||
|
@@ -177,17 +177,5 @@
|
||||
{% endif %}
|
||||
<div id="dialog_dwnl" title="{{ 'action : exporter' | trans }}" style="display:none;"></div>
|
||||
{% endblock %}
|
||||
{% block bodyJavascript %}
|
||||
<script type="text/javascript">
|
||||
{% if basket.getValidation() %}
|
||||
var lightboxApp = lightboxApplication.bootstrap({
|
||||
lang: '{{ app.locale }}',
|
||||
baseUrl: '{{ app['request'].getUriForPath('/') }}',
|
||||
basePath: '{{ app.request.basePath|e('js') }}',
|
||||
releasable: {% if basket.getValidation().getParticipant(app.getAuthenticatedUser()).isReleasable() %}"{{ 'Do you want to send your report ?' | trans }}"{% else %}false{% endif %}
|
||||
});
|
||||
{% endif %}
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user