Skip to content
Snippets Groups Projects
Commit 5c8bef0a authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch 'dev#162728_enquete_satisfaction_enquete_a_mettre_dans_admin_bokeh' into 'master'

dev #162728 add link to AFI 2022 satisfaction survey

See merge request !4579
parents 681e7455 191c17ec
1 merge request!4579dev #162728 add link to AFI 2022 satisfaction survey
Pipeline #18971 failed with stage
in 32 minutes and 20 seconds
- 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
<?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"> <h2 class="toggle_video">
<?php <?php
Class_ScriptLoader::getInstance()->addJQueryReady('$(".toggle_video").click(function() {$(this).toggleClass("on");$(this).next().toggle();})'); Class_ScriptLoader::getInstance()->addJQueryReady('$(".toggle_video").click(function() {$(this).toggleClass("on");$(this).next().toggle();})');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment