From 191c17ecef027159ce92244eebff9fe7e65e88f8 Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Fri, 16 Sep 2022 14:56:36 +0200
Subject: [PATCH] dev #162728 add link to AFI 2022 satisfaction survey

---
 VERSIONS_WIP/162728                                    |  1 +
 .../modules/admin/views/scripts/index/index.phtml      | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 VERSIONS_WIP/162728

diff --git a/VERSIONS_WIP/162728 b/VERSIONS_WIP/162728
new file mode 100644
index 00000000000..48736b2b8ba
--- /dev/null
+++ b/VERSIONS_WIP/162728
@@ -0,0 +1 @@
+ - fonctionnalité #162728 : Administration : ajout du lien vers l'enquête satisfaction AFI 2022 dans la page d'accueil de l'administration.
\ No newline at end of file
diff --git a/application/modules/admin/views/scripts/index/index.phtml b/application/modules/admin/views/scripts/index/index.phtml
index 6901baf21af..1fd855c706e 100644
--- a/application/modules/admin/views/scripts/index/index.phtml
+++ b/application/modules/admin/views/scripts/index/index.phtml
@@ -1,8 +1,12 @@
-<?php echo $this->renderBokehVersion();
+<?php
+echo $this->renderBokehVersion();
+echo $this->tag('h2',
+                $this->tagAnchor('https://forms.gle/atvVCajxZ49VwBfQA',
+                                 $this->_('AFI : Enquête de satisfaction 2022')
+                                         . ' '
+                                         . $this->renderIcon('class fa fa-handshake-o')));
 
 ?>
-
-
 <h2 class="toggle_video">
 <?php
   Class_ScriptLoader::getInstance()->addJQueryReady('$(".toggle_video").click(function() {$(this).toggleClass("on");$(this).next().toggle();})');
-- 
GitLab