mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-04 16:08:44 +02:00
N°3540 - Migrate printable version of an object
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{% extends 'base/layouts/page-content/layout.html.twig' %}
|
||||
|
||||
{% block iboPageCenterContainerExtraClasses %}{{ parent() }} ibo-center-container--with-side-content{% endblock %}
|
||||
|
||||
{% block iboPageCenterContainerExtraClasses %}{{ parent() }}{% if not aPage.isPrintable %} ibo-center-container--with-side-content{% endif %}{% endblock %}
|
||||
|
||||
{% block iboPageCenterContainer %}
|
||||
{{ parent() }}
|
||||
|
||||
Reference in New Issue
Block a user