ticket links in button

Forum dedicated to Mods for HESK created by Mike Koch

Moderator: mkoch227

Post Reply
rebeloda
Posts: 9
Joined: Sun Jan 03, 2016 2:31 am

ticket links in button

Post by rebeloda »

Hi.

Is ther a way to have, in the html emails, a button that links to the ticket?
I mean have, for example the %%TRACK_URL%% in a button with a small text like TRACK.

Tks
Rebelo
rebeloda
Posts: 9
Joined: Sun Jan 03, 2016 2:31 am

Re: ticket links in button

Post by rebeloda »

Hi, found it.
Believe this would do:

Code: Select all

<a class="button_link" style="padding: 8px; width: 200px; display: block; text-decoration: none; border: 1px solid #1f90bb; text-align: center; font-weight: bold; font-size: 14px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; background: #21A1D1; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; line-height: 17px;" href="http://yourhesksite.com/ticket.php?track=%%TRACK_ID%%" target="_blank"> %%TRACK_ID%% </a>
Enjoy
Rebelo
Post Reply