how to change position post reply in ticket page

3 posts / 0 new
Last post
fragajah
Offline
Last seen: 8 years 8 months ago
Joined: 19/11/2014 - 05:00
how to change position post reply in ticket page

Dear Team,

How to change position for post reply to right side and change the title post reply to another words..,

Thank you

Tomark
Offline
Last seen: 11 months 1 week ago
Joined: 14/01/2013 - 16:00

Look at the file include/staff/viewticket.inc.php: the code that visualize the "Post replay" tab is the DIV id="replay" block from line 272 to line 338.
In the line 273 you have the text: <?= _('Post Reply') ?>. You can change the text between the quotes, but you have to change also the files with the translations.

fragajah
Offline
Last seen: 8 years 8 months ago
Joined: 19/11/2014 - 05:00

thank you very much tomark for your advice..