-
-
March 28, 2019 at 12:01 am #3360BBarrettCommsParticipant
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.
-
April 11, 2019 at 8:57 pm #3490BBarrettCommsParticipant
Please help getting tool tips back.
-
April 11, 2019 at 9:31 pm #3494SsforbesParticipant
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
-
April 11, 2019 at 10:59 pm #3500BBarrettCommsParticipant
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 />
“> -
April 11, 2019 at 11:01 pm #3504BBarrettCommsParticipant
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 />
">
-
April 11, 2019 at 11:06 pm #3508BBarrettCommsParticipant
3rd time lucky, without the brackets and php echos.
Edited \include\staff\ticket-view.inc.php
Changed Line 75 from:<br />
span class=”action-button pull-right”to:<br />
span class=”action-button pull-right” id=”ticket-transfer” data-placement=”bottom” data-toggle=”tooltip” title=”Transfer”Changed Line 93 from:<br />
span class=”action-button pull-right”<br />
to:<br />
span class=”action-button pull-right” id=”ticket-transfer” data-placement=”bottom” data-toggle=”tooltip” title=”Edit” -
April 11, 2019 at 11:44 pm #3512BBarrettCommsParticipant
Did the same in
\include\staff\templates\tickets-actions.tmpl.php
to fix Transfer and Delete tooltips
-
You must be logged in to reply to this topic.