From 2d161d78910fbac7737fce9e74f91e1ef84d79af Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Thu, 12 Dec 2024 09:16:37 +0100 Subject: [PATCH] wip --- itou/templates/apply/includes/siae_actions.html | 6 +++--- itou/templates/apply/list_for_siae.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/itou/templates/apply/includes/siae_actions.html b/itou/templates/apply/includes/siae_actions.html index df6ed3e755b..a9e8a1840a7 100644 --- a/itou/templates/apply/includes/siae_actions.html +++ b/itou/templates/apply/includes/siae_actions.html @@ -13,7 +13,7 @@

Actions rapides

class="btn btn-lg btn-outline-white btn-block btn-ico justify-content-center" disabled data-bs-toggle="tooltip" - data-bs-placement="top" + data-bs-placement="down" data-bs-title="Seules les candidatures au statut “Nouvelle”, “A l’étude” et “En attente” peuvent être déclinées."> Décliner @@ -31,7 +31,7 @@

Actions rapides

class="btn btn-lg btn-link-white btn-block btn-ico" disabled data-bs-toggle="tooltip" - data-bs-placement="top" + data-bs-placement="down" data-bs-title="Seules les candidatures au statut “Nouvelle” et “A l’étude” peuvent être mises en liste d’attente."> Mettre en liste d'attente @@ -50,7 +50,7 @@

Actions rapides

class="btn btn-lg btn-outline-white btn-block btn-ico" disabled data-bs-toggle="tooltip" - data-bs-placement="top" + data-bs-placement="down" data-bs-title="Seules les candidatures au statut “Déclinée” peuvent être archivées."> Archiver diff --git a/itou/templates/apply/list_for_siae.html b/itou/templates/apply/list_for_siae.html index 71ee9161078..9aff683af57 100644 --- a/itou/templates/apply/list_for_siae.html +++ b/itou/templates/apply/list_for_siae.html @@ -25,7 +25,6 @@

Les demandes rétroactives ne sont pas autorisées.

{% endif %} - {% include "apply/includes/siae_actions.html" with show=False %} {% endblock %} {% block content %} @@ -33,6 +32,7 @@
{% include "apply/includes/job_applications_filters/top_filters.html" %} + {% include "apply/includes/siae_actions.html" with show=False %}