modify CustomerTicketZoom to take smaller message box

Moderator: crythias

Locked
dominic89
Znuny newbie
Posts: 2
Joined: 12 Oct 2015, 00:20
Znuny Version: 4.0.13
Real Name: Dominic
Company: Topas

modify CustomerTicketZoom to take smaller message box

Post by dominic89 »

Hello,
I need help,
Customer TicketZoom I would like to make a quick change,
Customer Ticket Zoom now looks like this:
[img]otrs1.png[/img]
I would like to with short answers MessageContent was adjusted and reduced, eg. as here
[img]otrs2.jpg[/img]
generally,
I tried to edit the file /otrs/var/httpd/htdocs/js/Core.Customer.TicketZoom.js but unsucessfully - it can not be modified
the box with the text was perfectly adapted to the amount of text entered.
if someone is able to help me, or possibly a hint where to look
You do not have the required permissions to view the files attached to this post.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: modify CustomerTicketZoom to take smaller message box

Post by crythias »

Hints:
https://github.com/OTRS/otrs/blob/rel-4 ... om.tt#L157
https://github.com/OTRS/otrs/blob/rel-4 ... m.pm#L1439

These don't necessarily help too much, but you might be able to css

Code: Select all

.MessageBody iframe { height: 100px; }
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
dominic89
Znuny newbie
Posts: 2
Joined: 12 Oct 2015, 00:20
Znuny Version: 4.0.13
Real Name: Dominic
Company: Topas

Re: modify CustomerTicketZoom to take smaller message box

Post by dominic89 »

Thanks!
I try in my spare time with that familiar,
Of course, I'll know if I succeed,
Regards
Locked