I was hoping 1.11 would bring back tooltips on the toolbar. Its a missing feature that really bugs my users.
Could you tell me how to re-enable them, when you hover over reply, note, close button, it should display a description of what each button is.
Thanks.
Please help getting tool tips back.
Hey,
FYI I've made some progress on this by commenting out the tooltip-inner style in ...\osta\css\staff-desktop.css (at line 1999).
At the moment it just sets display:none for the .tooltip-inner class and removing that style seems to make the tooltip display for just about everything. For some reason Transfer and Edit still don't display but lots of other tips do.
Cheers, Shaun
Thanks Shaun,
That worked perfectly. I have fixed Transfer and Edit not showing up with the following:
Edited \include\staff\ticket-view.inc.php
Changed Line 75 from:<br />
to:<br />
Changed Line 93 from:<br />
Let me try that again.
Thanks Shaun,
That worked perfectly. I have fixed Transfer and Edit not showing up with the following:
Edited \include\staff\ticket-view.inc.php
Changed Line 75 from:<br />
to:<br />
Changed Line 93 from:<br />
<br />
to:<br />