<!-- TITLE: Setup -->
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td colspan="3">
<form method="post" name=frm>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan=2 class=th_adm>MODULE SETTINGS</td>
</tr>
<tr>
<td width="30%">Reviews manual approval</td>
<td width="67%">
<input type=checkbox name=EN_APR_REQ value=1 ##EN_APR_REQ##>
<font color=0000FF class=txt8>
Require admin approval of posted reviews
</td>
</tr>
<tr>
<td>Should visitors login before they can write a review?</td>
<td><input type="checkbox" name="EN_AUTH" value=1 ##EN_AUTH## /></td>
</tr>
<!-- IF ##GD_VER## -->
<tr>
<td>Enable verification image ?</td>
<td><input type="checkbox" name="EN_IMG_VER" value=1 ##EN_IMG_VER## />
<font color=blue class=txt8>
Protects from HTTP Post code usage to send unsolicited messages</font>
</td>
</tr>
<!-- ENDIF -->
<tr>
<td colspan=2>
<div align="center"><br />
<input type="submit" name=go value="Update" class=button>
</div>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>