From 9604ce80ef3db58288176a6bb4587f8a8c28e179 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 30 Jul 2020 10:06:00 +0200 Subject: [PATCH] =?UTF-8?q?list=20les=20r=C3=A9f=C3=A9rents=20projet=20dan?= =?UTF-8?q?s=20un=20tooltip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/schedule-2.0/templates/Project/list.html.twig | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/schedule-2.0/templates/Project/list.html.twig b/src/schedule-2.0/templates/Project/list.html.twig index 6a8571b..80b4b93 100644 --- a/src/schedule-2.0/templates/Project/list.html.twig +++ b/src/schedule-2.0/templates/Project/list.html.twig @@ -12,7 +12,7 @@ thead { display: table-header-group; } - tr { page-break-inside: avoid; } + tr { page-break-inside: avoid; } {%endif%} {% endblock %} @@ -69,7 +69,12 @@ - + {{project.customer.name}} @@ -130,6 +135,9 @@ {% endblock %} {% block localjavascript %} + $(function () { + $('[data-toggle="tooltip"]').tooltip() + }) $(document).ready(function() { {% if not fgprint is defined or not fgprint %} $('.table').DataTable({