This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/account/merge.tpl
2011-05-03 09:49:01 +10:00

45 lines
1.5 KiB
Smarty

{assign var=meth value=':'|explode:$VAR._page}
<!-- {$meth.0}:{$meth.1} -->
<form id="merge" method="post" action="" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td class="table_heading">{osb f=tt}</td>
</tr>
<tr valign="top">
<td class="row1">
<table width="100%" border="0" cellspacing="6" cellpadding="1" class="row1">
<tr valign="top">
<td colspan="2">Select the account you wish to merge with the current account.<br/>
<br/>
This action will delete the selected account and associate all its invoices, services, logs, and other records with the current account.<br/>
<br/>
<b>Warning:</b> This action cannot be undone!
</td>
</tr>
<tr valign="top">
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td style="width: 50%; text-align: left;">{osb f=html_select_account name='merge_acct_id'}</td>
<td style="width: 50%; text-align: right;">
<input type="submit" name="Submit" value="{t}Submit{/t}" class="form_button"/>
<input type="hidden" name="_page" value="{$meth.0}:view"/>
<input type="hidden" name="do[]" value="{$meth.0}:{$meth.0}"/>
<input type="hidden" name="id" value="{$VAR.id}"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>