1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-05 14:17:46 +00:00
Havana/tools/www-tpl/es/groups/habblet/purchase_confirmation.tpl

16 lines
732 B
Smarty
Raw Normal View History

<input type="hidden" name="webwork.token.name" value="webwork.token"/>
<input type="hidden" name="webwork.token" value="HavanaWeb"/>
<div id="group-logo">
<img src="{{ site.sitePath }}/web-gallery/images/groups/group_icon.gif" alt="" width="46" height="46" />
</div>
<p>
Nombre del grupo: <b>{{ groupName }}</b>.<br>Precio: <b>{{ groupCost }} Monedas</b>.<br> Tienes: <b>{{ playerDetails.credits }} Monedas</b>.
</p>
<div id="group-confirmation-button-area">
<div class="new-buttons clearfix">
<a class="new-button" href="#" onclick="GroupPurchase.close(); return false;"><b>Cancelar</b><i></i></a>
<a class="new-button" href="#" onclick="GroupPurchase.purchase(); return false;"><b>Compra esto</b><i></i></a>
</div>
</div>