Page 1 of 1

View your ticket button

Posted: Sat Jul 29, 2017 12:38 pm
by bastiaan.c
Was trying to do something like this in custom-text.php

$hesklang['view_your_ticket']='<a class="btn btn-success">
<span class="glyphicon glyphicon-plus-sign"></span>
View your ticket </a>';

But it did not work. The button will appear. However > not clickable :o
Can you please advise me what to do?

Thanks

Re: View your ticket button

Posted: Sun Jul 30, 2017 1:26 am
by mkoch227
The problem is you're assigning an anchor (a) tag without a location (href). If all you want is to make to make the link a button, use a "span" tag instead of an "a" tag so the actual link isn't lost.

Re: View your ticket button

Posted: Sun Jul 30, 2017 1:14 pm
by bastiaan.c
How awesome :-)

It works :-)

Thanks so much :-) :!: :!: :!: :!: