[SOLVED] How to disable tooltip in agent ticket zoom
Moderator: crythias
[SOLVED] How to disable tooltip in agent ticket zoom
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)."
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)
-
- 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
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
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
Re: How to disable tooltip in agent ticket zoom
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: How to disable tooltip in agent ticket zoom
All links in specific article work...Is this a bug?crythias wrote:The point is: the links don't work.
OTRS and ITSM 4.0.6 (production), MariaDB Ver 15.1 Distrib 5.5.40-MariaDB, CentOS 7.0.1406 (Core)
Re: How to disable tooltip in agent ticket zoom
Resolved in 4.0.6 2015-02-24:majo053 wrote:All links in specific article work...Is this a bug?crythias wrote:The point is: the links don't work.
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)
-
- 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
We are on 4.0.6, but I can't find where in the config can I disable this notice?
thanks
thanks
Re: [SOLVED] How to disable tooltip in agent ticket zoom
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
jojo thanks for your reply.
But can I disable this message for all users?
But can I disable this message for all users?
Re: [SOLVED] How to disable tooltip in agent ticket zoom
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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
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