diff --git a/templates/web/prod/actions/Tools/index.html.twig b/templates/web/prod/actions/Tools/index.html.twig
index 053fa20875..f208b07d3a 100644
--- a/templates/web/prod/actions/Tools/index.html.twig
+++ b/templates/web/prod/actions/Tools/index.html.twig
@@ -29,22 +29,6 @@
{{ "regeneration of sub-definitions" | trans }}
- {% if selectionLength == 1%}
- {% for record in records %}
- {% if record.get_type() == 'video' %}
-
-
- {{ "video tool" | trans }}
-
-
-
-
- {{ "video range extractor" | trans }}
-
-
- {% endif %}
- {% endfor %}
- {% endif %}
{{ "image tool" | trans }}
@@ -358,17 +342,12 @@
var toolsConfig = {
selectionLength: {{ selectionLength }},
databaseId: {% if selectionLength == 1%}{{record.get_base_id}}{% else %}0{% endif %},
- databoxId: {% if selectionLength == 1 %}{{ record.get_sbas_id() }}{% else %}0{% endif %},
- recordId: {% if selectionLength == 1%}{{record.get_record_id}}{% else %}0{% endif %},
translations: {
alertTitle: '{{ "alert" | trans }}',
noImgSelected: '{{ "no image selected" | trans }}',
processing: '{{ "processing" | trans }}',
thumbnailTitle: '{{ 'thumbnail validation' | trans }}',
- updateTitle: '{{ 'Successful update' | trans }}'
},
- T_fields: {{ JSonFields|raw }},
- videoEditorConfig: {% if videoEditorConfig is not null %}{{ videoEditorConfig|json_encode()|raw }}{% else %}{}{% endif %},
records: [
{% for record in records %}