Anonymous
Forum Replies Created
-
In reply to: Missing Tooltips on Toolbar
April 11, 2019 at 11:44 pm #3512BBarrettCommsParticipantDid the same in
\include\staff\templates\tickets-actions.tmpl.php
to fix Transfer and Delete tooltips
In reply to: Missing Tooltips on Toolbar
April 11, 2019 at 11:06 pm #3508BBarrettCommsParticipant3rd 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”In reply to: Missing Tooltips on Toolbar
April 11, 2019 at 11:01 pm #3504BBarrettCommsParticipantLet 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 />
">
In reply to: Missing Tooltips on Toolbar
April 11, 2019 at 10:59 pm #3500BBarrettCommsParticipantThanks 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 />
“>In reply to: Missing Tooltips on Toolbar
April 11, 2019 at 8:57 pm #3490BBarrettCommsParticipantPlease help getting tool tips back.
In reply to: osTicket 1.10.5 and 1.11 have been released
March 18, 2019 at 7:08 pm #3280BBarrettCommsParticipantThanks Stevland, hope to migrate to 1.11 in the next week or two after some testing.
In reply to: osTicket 1.10.5 and 1.11 have been released
February 11, 2019 at 10:25 pm #2975BBarrettCommsParticipantThanks Stevland.
Yes, I only noticed today, seems its been out almost a week. Looking forward to your updates!
Adrian.