From b2c4472a40e4bfcca7ad4fe3f4c1a80debb9f5fc Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Thu, 9 Jul 2020 18:46:34 +0400 Subject: [PATCH] PHRAS-3177 Add request status --- .../web/prod/actions/Tools/videoEditor.html.twig | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/web/prod/actions/Tools/videoEditor.html.twig b/templates/web/prod/actions/Tools/videoEditor.html.twig index 4d1b3b0ca6..b9920c7fb2 100644 --- a/templates/web/prod/actions/Tools/videoEditor.html.twig +++ b/templates/web/prod/actions/Tools/videoEditor.html.twig @@ -236,9 +236,7 @@

@@ -252,9 +250,9 @@

@@ -262,6 +260,9 @@
+

+ {{ "prod:videoeditor:subtitleRequestTab:: Request in process" | trans }} +

@@ -370,6 +371,7 @@ }, success: function success(data) { console.log(data); + $('#request-status').removeClass('hide'); } }); });