<!-- manage users template -->
<form action="{$URL}" method="post" class="auth-form" id="users">
<fieldset>
<legend>Reset user password</legend>
{$error}
<div>
<table border="0" width="100%" cellspacing="5">
<tr align="left">
<td class="txt" nowrap title="Select user" nowrap><b>Select user:</b></td>
<td>{$userList}</td>
<td class="copywrite">{$userListErr}</td>
</tr>
<tr>
<td class="txt" nowrap title="Login password" nowrap><b>Password:</b></td>
<td><input type="password" name="txtUserPassword1" id="txtUserPassword1" value="" style="width: 100%"></td>
<td class="copywrite">{$txtUserPassword1Err}</td>
</tr>
<tr>
<td class="txt" nowrap title="Confirm login password" nowrap><b>Confirm password:</b></td>
<td><input type="password" name="txtUserPassword2" id="txtUserPassword2" value="" style="width: 100%"></td>
<td class="copywrite">{$txtUserPassword2Err}</td>
</tr>
<tr>
<td> </td>
<td class="txt" nowrap title="Generate random password?" nowrap>
<b>Generate random password?</b>
<input type="checkbox" name="txtUserGenRandom" value="" style="width: 100%">
</td>
</tr>
</table>
</div>
<div align="center">
<input type="hidden" id="cmd" name="cmd" />
<input type="submit" id="myForm" name="searchUser" title="Search user" value="Search users..." onclick="Modalbox.show('{$URL}', {title: this.title, width: 800});" />
</div>
</fieldset>
</form>
<!-- end manage purchases template -->