<tr class="row-2">
	<th>
		Password Confirm
	</th>
	<td>
		<input type="password" name="f_password_confirm" value="" />
	</td>
</tr>
<tr class="row-1">
	<th>
		Access Level
	</th>
	<td>
		<select name="f_access_level">
			<?php 
html_option_list_access_level($v_access_level);
?>
		</select>
	</td>
</tr>
<tr class="row-2">
	<th>
		Enabled
	</th>
	<td>
		<input type="checkbox" name="f_enabled" <?php 
if (1 == $v_enabled) {
    echo 'checked="checked"';
}
?>
 />
<tr class="row-2">
	<th>
		Password Confirm
	</th>
	<td>
		<input type="password" name="f_password_confirm" value="" />
	</td>
</tr>
<tr class="row-1">
	<th>
		Access Level
	</th>
	<td>
		<select name="f_access_level">
			<?php 
html_option_list_access_level(REGISTERED);
?>
		</select>
	</td>
</tr>
<tr class="row-2">
	<th>
		Enabled
	</th>
	<td>
		<input type="checkbox" name="f_enabled" checked="checked" />
	</td>
</tr>
<tr class="row-1">
	<th>
		Protected