38 lines
1.7 KiB
Smarty
38 lines
1.7 KiB
Smarty
<!-- MODULE Gift Voucher -->
|
|
<div id="giftvoucher_mask"> </div>
|
|
<div id="giftvoucher_mask_all"> </div>
|
|
|
|
<div id="giftvoucher_ask_choice_block" class="block exclusive" style="display:none;">
|
|
<p class="block_content">
|
|
{l s='Do you want the gift is automatically and immediately sent to your friend after confirmation of your payment and possible customization?' mod='giftvoucher'}<br/>
|
|
{l s='(Click "yes" if so; click "no" if you prefer to print and give yourself the gift)' mod='giftvoucher'}
|
|
</p>
|
|
<div style="width:100%;">
|
|
<table width="100%" cellspacing="10">
|
|
<tr>
|
|
<td align="right"><a href="#" onclick="return giftvoucher.answerChoice(false);" class="button_mini" title="{l s='No' mod='giftvoucher'}">{l s='No' mod='giftvoucher'}</a></td>
|
|
<td align="left"><a href="#" onclick="return giftvoucher.answerChoice(true);" class="button_mini" title="{l s='Yes' mod='giftvoucher'}">{l s='Yes' mod='giftvoucher'}</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="giftvoucher_ask_infos_block" class="block exclusive" style="display:none;">
|
|
<div class="block_content">
|
|
{if ($page_name == 'order') || ($page_name == 'order-opc')}
|
|
<h3>{l s='Please check your voucher gift information before continue' mod='giftvoucher'}</h3>
|
|
<hr/>
|
|
{/if}
|
|
<div class="error" style="display:none;"> </div>
|
|
<div id="giftvoucher_ask_infos_form"> </div>
|
|
</div>
|
|
<div style="width:100%;text-align:center;">
|
|
<table width="100%" cellspacing="10">
|
|
<tr>
|
|
<td align="center"><a href="#" onclick="return giftvoucher.aswerInfos();" class="button_small" title="{l s='Submit' mod='giftvoucher'}">{l s='Submit' mod='giftvoucher'}</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!-- /MODULE Gift Voucher -->
|