diff --git a/templates/web/thesaurus/accept.html.twig b/templates/web/thesaurus/accept.html.twig
index 3f25e80e35..962284af95 100644
--- a/templates/web/thesaurus/accept.html.twig
+++ b/templates/web/thesaurus/accept.html.twig
@@ -30,17 +30,18 @@
function ok()
{
as = "";
- if((n=document.forms[0].as.length) > 0)
+ if($(".as_1").length > 0)
{
- for(i=0; i
@@ -144,9 +145,9 @@
{{ 'thesaurus:: Accepter le terme comme' | trans }}
{{ fullpath_src | raw }}
- {{ 'thesaurus:: comme terme specifique' | trans }}
+ {{ 'thesaurus:: comme terme specifique' | trans }}
-
+
{% set fullpath_tgt_raw = fullpath_tgt | raw %}
{% trans with {'%fullpath_tgt_raw%' : fullpath_tgt_raw} %}thesaurus:: comme synonyme de %fullpath_tgt_raw%{% endtrans %}
@@ -155,7 +156,7 @@
{{ 'thesaurus:: Accepter la branche comme' | trans }}
{{ 'thesaurus:: comme terme specifique' | trans }}