[SOLVED] How to disable tooltip in agent ticket zoom

Moderator: crythias

Locked
majo053
Znuny newbie
Posts: 52
Joined: 08 Nov 2011, 17:28
Znuny Version: 4.0.5

[SOLVED] How to disable tooltip in agent ticket zoom

Post by majo053 »

Hi,

please how can I disable tooltip in agent ticket zoom?

This:
"To open links in the following article, you might need to press Ctrl or Cmd or Shift key while clicking the link (depending on your browser and OS)."
You do not have the required permissions to view the files attached to this post.
Last edited by majo053 on 27 Feb 2015, 11:28, edited 1 time in total.
OTRS and ITSM 4.0.6 (production), MariaDB Ver 15.1 Distrib 5.5.40-MariaDB, CentOS 7.0.1406 (Core)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to disable tooltip in agent ticket zoom

Post by crythias »

The point is: the links don't work.
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How to disable tooltip in agent ticket zoom

Post by jojo »

Can be done with next Patchlevel
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
majo053
Znuny newbie
Posts: 52
Joined: 08 Nov 2011, 17:28
Znuny Version: 4.0.5

Re: How to disable tooltip in agent ticket zoom

Post by majo053 »

crythias wrote:The point is: the links don't work.
All links in specific article work...Is this a bug?
OTRS and ITSM 4.0.6 (production), MariaDB Ver 15.1 Distrib 5.5.40-MariaDB, CentOS 7.0.1406 (Core)
majo053
Znuny newbie
Posts: 52
Joined: 08 Nov 2011, 17:28
Znuny Version: 4.0.5

Re: How to disable tooltip in agent ticket zoom

Post by majo053 »

majo053 wrote:
crythias wrote:The point is: the links don't work.
All links in specific article work...Is this a bug?
Resolved in 4.0.6 2015-02-24:

2015-01-20 Message about opening external links from articles is now removable.
OTRS and ITSM 4.0.6 (production), MariaDB Ver 15.1 Distrib 5.5.40-MariaDB, CentOS 7.0.1406 (Core)
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

Re: [SOLVED] How to disable tooltip in agent ticket zoom

Post by MatjazBF »

We are on 4.0.6, but I can't find where in the config can I disable this notice?
thanks
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: [SOLVED] How to disable tooltip in agent ticket zoom

Post by jojo »

just click on the X on the right side of the notification
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

Re: [SOLVED] How to disable tooltip in agent ticket zoom

Post by MatjazBF »

jojo thanks for your reply.
But can I disable this message for all users?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: [SOLVED] How to disable tooltip in agent ticket zoom

Post by jojo »

only per user base
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
ffuernha
Znuny newbie
Posts: 2
Joined: 12 Nov 2014, 11:26
Znuny Version: 4.0.7
Real Name: Felix Fürnhammer
Company: X-FAB

Re: [SOLVED] How to disable tooltip in agent ticket zoom

Post by ffuernha »

Hi all,
I disabled this, by adding an entry in our skin (/var/httpd/skins/Agent/<ourcompany>/css/Core.TicketDetail.css

.MessageBrowser {
display: none;
}
(I did this on all Message Browser Entries, but the above may be already sufficient).
It works with us.

Regds
Locked