From 4ac4abf907418121b89a1e192bbf549303441283 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 13 Mar 2020 19:27:31 +0100 Subject: [PATCH] views/system/messages: dynamic resizing of variables window in message write view --- application/views/system/messages/htmlWriteTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/system/messages/htmlWriteTemplate.php b/application/views/system/messages/htmlWriteTemplate.php index b6876dc91..199a88cfa 100644 --- a/application/views/system/messages/htmlWriteTemplate.php +++ b/application/views/system/messages/htmlWriteTemplate.php @@ -89,7 +89,7 @@ array( 'name' => 'variables[]', 'id' => 'variables', - 'size' => 27, + 'size' => count($variables), 'multiple' => true ) );