From 6cbbaab129190b0ea1d8bb92d2536b10a1cad164 Mon Sep 17 00:00:00 2001 From: Sergii Leonenko Date: Fri, 8 Apr 2022 19:20:25 +0300 Subject: [PATCH] TT#170850 Issue - Invoice template variables popup invisible in v2 UI We are changing default position of the variables popup on the InvoiceTemplate edit content page to make it properly placed on the screen when a user is in v2 UI. (cherry picked from commit d93f4d7bed17a57b6be339423bf0b0f27047b21d) Change-Id: Ie0b09e5d18a3bd51d4b5d52ddf03a091d176a97d --- share/templates/invoice/template_editor_form.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/templates/invoice/template_editor_form.tt b/share/templates/invoice/template_editor_form.tt index 5990081d8f..698a5370dc 100644 --- a/share/templates/invoice/template_editor_form.tt +++ b/share/templates/invoice/template_editor_form.tt @@ -37,10 +37,10 @@ function formSerialize(){ #template_variables_help{ display:none; position:absolute; - top:150px; - left:100px; + top:350px; + left:920px; width: 250px; - height: 500px; + height: 500px; } .variablekey{ font-weight:bold;