N°9101 - Improve HTML markup for end-to-end tests automation (#856)

This commit is contained in:
Lenaick
2026-03-25 17:20:28 +01:00
committed by GitHub
parent c56c7a1f9d
commit 0c517f254c
6 changed files with 9 additions and 1 deletions

View File

@@ -49,7 +49,7 @@
{% endfor %}
{% endblock %}
</head>
<body data-gui-type="backoffice">
<body data-gui-type="{{ aPage.sBodyDataGuiType|default('backoffice') }}">
{% if aPage.isPrintable %}<div class="printable-content" style="width: 27.7cm;">{% endif %}
{% block iboPageBodyHtml %}
<div id="ibo-page-container">