SAAS-101: "Buy Now" link needs to pop up a new window when you click on it
Done
This commit is contained in:
parent
106b54b6f4
commit
1b8e1455d6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
<div class="trial-box-calendar-gray">days</div>
|
||||
</div>
|
||||
<div class="trial-box-button">
|
||||
<a title="Purchase your copy of Airtime" href="https://account.sourcefabric.com/clientarea.php">Buy Now</a>
|
||||
<a title="Purchase your copy of Airtime" href="https://account.sourcefabric.com/clientarea.php" target="_blank">Buy Now</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue