45 lines
1.5 KiB
Smarty
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"> </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>
|