diff --git a/Kernel/Output/HTML/Templates/Standard/ProcessManagement/DynamicField.tt b/Kernel/Output/HTML/Templates/Standard/ProcessManagement/DynamicField.tt index c46fc1d546..506142497f 100644 --- a/Kernel/Output/HTML/Templates/Standard/ProcessManagement/DynamicField.tt +++ b/Kernel/Output/HTML/Templates/Standard/ProcessManagement/DynamicField.tt @@ -16,19 +16,19 @@ [% RenderBlockStart("rw:DynamicField") %]
+
+ [% Data.Content %] +
[% RenderBlockStart("rw:DynamicField:DescriptionLong") %] - - - [% Translate(Data.DescriptionLong) | html %] - +
+ +

[% Translate(Data.DescriptionLong) | html | html_line_break %]

+
[% RenderBlockEnd("rw:DynamicField:DescriptionLong") %] [% Data.Label %] -
- [% Data.Content %] [% RenderBlockStart("rw:DynamicField:DescriptionShort") %]
[% Translate(Data.DescriptionShort) | html %]
[% RenderBlockEnd("rw:DynamicField:DescriptionShort") %] -
[% RenderBlockEnd("rw:DynamicField") %]