[SOLVED]text fields broken in reply

Moderator: crythias

Locked
sallami
Znuny newbie
Posts: 12
Joined: 17 Feb 2015, 14:31
Znuny Version: 4.0.0

[SOLVED]text fields broken in reply

Post by sallami »

Hi all,

I setup a OTRS4 and upgrated my DB 3.0 > 3.1>3.2>3.3>4.0.
I have a problem when to reply to a ticket, I don't get the fields. a kind of broken script somewhere !! see pic
Image

Any help !!
Last edited by sallami on 18 Feb 2015, 10:28, edited 1 time in total.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: text fields broken in reply

Post by reneeb »

Search in SysConfig for Ticket::Frontend::ResponseFormat and do this:

Code: Select all

[% Data.Salutation %]
[% Data.StdResponse %]

[% Data.Created | Localize("TimeShort") %] - [% Data.OrigFromName %] [% Translate("wrote") %]:
[% Data.Body %]

[% Data.Signature %]
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
sallami
Znuny newbie
Posts: 12
Joined: 17 Feb 2015, 14:31
Znuny Version: 4.0.0

Re: text fields broken in reply

Post by sallami »

This is great, it works !

Thanks
Locked