1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 13:47:45 +00:00
Havana/tools/www-tpl/default/groups/habblet/purchase_ajax.tpl

20 lines
658 B
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10:00
<div id="group-logo">
<img src="{{ site.sitePath }}/web-gallery/images/groups/group_icon.gif" alt="" width="46" height="46" />
</div>
<p id="purchase-result-success">
Congratulations: You are the proud owner of <b>{{ groupName }}</b>
</p>
<p>
<div class="new-buttons clearfix">
<a class="new-button" id="group-purchase-cancel-button" href="#" onclick="GroupPurchase.close(); return false;"><b>Later</b><i></i></a>
<a class="new-button" href="{{ site.sitePath }}/groups/{{ groupId }}/id"><b>OK, go to page</b><i></i></a>
</div>
</p>
<script language="JavaScript" type="text/javascript">
updateHabboCreditAmounts('{{ deductedCredits }}');
</script>