From e1ee04f3419aaf680cc5a46fed0bab0b3ab5ba6b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Metivier <jean-philippe.metivier@unicaen.fr> Date: Fri, 5 May 2023 15:49:35 +0200 Subject: [PATCH] Warning fiches de poste --- .../view/application/index/partial/ficheposte.phtml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/Application/view/application/index/partial/ficheposte.phtml b/module/Application/view/application/index/partial/ficheposte.phtml index b8b9c5e41..3ee3fe078 100644 --- a/module/Application/view/application/index/partial/ficheposte.phtml +++ b/module/Application/view/application/index/partial/ficheposte.phtml @@ -23,6 +23,11 @@ $date = new DateTime(); ?> +<div class="alert alert-warning"> + <span class="icon icon-attention"></span> + La modélisation des fiches de poste va être repensée. +</div> + <table class="table table-condensed table-hover"> <thead> <tr> -- GitLab