SAAS-101: "Buy Now" link needs to pop up a new window when you click on it

Done
This commit is contained in:
Yuchen Wang 2011-12-09 13:51:20 -05:00
parent 106b54b6f4
commit 1b8e1455d6

View file

@ -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 }?>