<!-- $Include /admin/header.inc.tpl -->
<form name="mainForm" method="POST"><!--
$BeginBlock update_success_b -->
<i>Changes have been saved successfully. Number of changes: ${num_of_changes}.</i><!--
$EndBlock update_success_b --><!--
$BeginBlock update_failure_b -->
<img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
<i>Update failed. Please see error messages inline.</i><!--
$EndBlock update_failure_b -->
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td width="140" class="admgb-heading" align="right">General</td>
<td align="left"><hr /></td>
</tr>
<tr>
<td width="140" align="right">Accept Messages: </td>
<td align="left" nowrap>
<input type="radio" name="guestbook" value="enabled" <!-- $BeginBlock guestbook_enabled_b -->checked<!-- $EndBlock guestbook_enabled_b -->>Yes
<input type="radio" name="guestbook" value="moderated" <!-- $BeginBlock guestbook_moderated_b -->checked<!-- $EndBlock guestbook_moderated_b -->>Yes (Held for Review)
<input type="radio" name="guestbook" value="disabled" <!-- $BeginBlock guestbook_disabled_b -->checked<!-- $EndBlock guestbook_disabled_b -->>No
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap>
<input type="checkbox" name="private_mesg" value="Y" <!-- $BeginBlock private_mesg_b-->checked<!-- $EndBlock private_mesg_b -->>Allow Private Messages
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap>
<input type="checkbox" name="captcha" value="Y" <!-- $BeginBlock captcha_b-->checked<!-- $EndBlock captcha_b --> <!-- $BeginBlock gd_missing_b -->disabled="true"<!-- $EndBlock gd_missing_b -->>Enable Visual Confirmation (Captcha)
</td>
</tr>
<!-- $BeginBlock gd_missing_b -->
<tr>
<td width="140" align="right"> </td>
<td align="left" class="admgb-error">
Note: Visual Confirmation cannot be enabled because the required functions are not available.
To enable Visual Confirmation, PHP GD library extension must be installed.
</td>
</tr>
<!-- $EndBlock gd_missing_b -->
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap> </td>
</tr>
<tr>
<td width="140" class="admgb-heading" align="right">Guest Input</td>
<td align="left" nowrap><hr /></td>
</tr>
<tr>
<td width="140" align="right"></td>
<td align="left" nowrap>
<input type="checkbox" name="visitor_gender" value="Y" <!-- $BeginBlock visitor_gender_b -->checked<!-- $EndBlock visitor_gender_b-->><!-- $BeginBlock visitor_gender_h_b --><span class="admgb-private"><!-- $EndBlock visitor_gender_h_b -->Gender<!-- $BeginBlock visitor_gender_h_b --></span><!-- $EndBlock visitor_gender_h_b -->
<input type="checkbox" name="visitor_age" value="Y" <!-- $BeginBlock visitor_age_b -->checked<!-- $EndBlock visitor_age_b-->><!-- $BeginBlock visitor_age_h_b --><span class="admgb-private"><!-- $EndBlock visitor_age_h_b -->Age<!-- $BeginBlock visitor_age_h_b --></span><!-- $EndBlock visitor_age_h_b -->
<input type="checkbox" name="visitor_email" value="Y" <!-- $BeginBlock visitor_email_b -->checked<!-- $EndBlock visitor_email_b-->><!-- $BeginBlock visitor_email_h_b --><span class="admgb-private"><!-- $EndBlock visitor_email_h_b -->Email<!-- $BeginBlock visitor_email_h_b --></span><!-- $EndBlock visitor_email_h_b -->
<input type="checkbox" name="visitor_homepage" value="Y" <!-- $BeginBlock visitor_homepage_b -->checked<!-- $EndBlock visitor_homepage_b-->><!-- $BeginBlock visitor_homepage_h_b --><span class="admgb-private"><!-- $EndBlock visitor_homepage_h_b -->Homepage<!-- $BeginBlock visitor_homepage_h_b --></span><!-- $EndBlock visitor_homepage_h_b -->
<input type="checkbox" name="visitor_location" value="Y" <!-- $BeginBlock visitor_location_b -->checked<!-- $EndBlock visitor_location_b-->><!-- $BeginBlock visitor_location_h_b --><span class="admgb-private"><!-- $EndBlock visitor_location_h_b -->Location<!-- $BeginBlock visitor_location_h_b --></span><!-- $EndBlock visitor_location_h_b -->
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" class="admgb-info12">
Note: Name and Message are always available for input.
</td>
</tr>
<tr>
<td width="140" align="right"></td>
<td align="left" nowrap>
<input type="checkbox" name="visitor_custom1" value="Y" <!-- $BeginBlock visitor_custom1_b -->checked<!-- $EndBlock visitor_custom1_b-->><!-- $BeginBlock visitor_custom1_h_b --><span class="admgb-private"><!-- $EndBlock visitor_custom1_h_b -->(Custom1)<!-- $BeginBlock visitor_custom1_h_b --></span><!-- $EndBlock visitor_custom1_h_b -->
Label: <input type="text" name="custom1_label" value="${custom1_label}">
</td>
</tr>
<tr>
<td width="140" align="right"></td>
<td align="left" nowrap>
<input type="checkbox" name="visitor_custom2" value="Y" <!-- $BeginBlock visitor_custom2_b -->checked<!-- $EndBlock visitor_custom2_b-->><!-- $BeginBlock visitor_custom2_h_b --><span class="admgb-private"><!-- $EndBlock visitor_custom2_h_b -->(Custom2)<!-- $BeginBlock visitor_custom2_h_b --></span><!-- $EndBlock visitor_custom2_h_b -->
Label: <input type="text" name="custom2_label" value="${custom2_label}">
</td>
</tr>
<tr>
<td width="140" align="right"></td>
<td align="left" nowrap>
<input type="checkbox" name="visitor_custom3" value="Y" <!-- $BeginBlock visitor_custom3_b -->checked<!-- $EndBlock visitor_custom3_b-->><!-- $BeginBlock visitor_custom3_h_b --><span class="admgb-private"><!-- $EndBlock visitor_custom3_h_b -->(Custom3)<!-- $BeginBlock visitor_custom3_h_b --></span><!-- $EndBlock visitor_custom3_h_b -->
Label: <input type="text" name="custom3_label" value="${custom3_label}">
</td>
</tr>
<tr>
<td width="140" align="right"></td>
<td align="left" nowrap>
<input type="checkbox" name="visitor_custom4" value="Y" <!-- $BeginBlock visitor_custom4_b -->checked<!-- $EndBlock visitor_custom4_b-->><!-- $BeginBlock visitor_custom4_h_b --><span class="admgb-private"><!-- $EndBlock visitor_custom4_h_b -->(Custom4)<!-- $BeginBlock visitor_custom4_h_b --></span><!-- $EndBlock visitor_custom4_h_b -->
Label: <input type="text" name="custom4_label" value="${custom4_label}">
</td>
</tr>
<tr>
<td width="140" align="right"></td>
<td align="left" nowrap>
<input type="checkbox" name="visitor_custom5" value="Y" <!-- $BeginBlock visitor_custom5_b -->checked<!-- $EndBlock visitor_custom5_b-->><!-- $BeginBlock visitor_custom5_h_b --><span class="admgb-private"><!-- $EndBlock visitor_custom5_h_b -->(Custom5)<!-- $BeginBlock visitor_custom5_h_b --></span><!-- $EndBlock visitor_custom5_h_b -->
Label: <input type="text" name="custom5_label" value="${custom5_label}">
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" class="admgb-help">
<img class="admgb-icon" src="${gb_root_dir}/assets/info.gif">
Fields in italic are confidential. To put a field on public display, go to
<a class="admgb" href="display.${php_extension}">Display</a> and select the field.
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap> </td>
</tr>
<tr>
<td width="140" class="admgb-heading" align="right">Field Check</td>
<td align="left" nowrap><hr /></td>
</tr>
<tr>
<td colspan="2" align="left">
<table class="admgb-layout" width="100%">
<tr>
<td width="140" class="rowHeader"> </td><th align="left">Minimum Length</th><th align="left">Maximum Length</th>
<th align="center">Required</th>
</tr>
<tr>
<td width="140" align="right" class="rowHeader">Name:</td>
<td><input type="text" size="4" maxlength="2" name="visitor_name_min_len" value="${visitor_name_min_len}"><span class="admgb-info12">>=1<span></td>
<td><input type="text" size="4" maxlength="3" name="visitor_name_max_len" value="${visitor_name_max_len}"><span class="admgb-info12"><=64<span></td>
<td align="center">Yes</td>
</tr><!--
$BeginBlock visitor_name_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_name_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">Message:</td>
<td><input type="text" size="4" maxlength="2" name="message_min_len" value="${message_min_len}"><span class="admgb-info12">>=1<span></td>
<td><input type="text" size="5" maxlength="5" name="message_max_len" value="${message_max_len}"><span class="admgb-info12"><=65535<span></td>
<td align="center">Yes</td>
</tr><!--
$BeginBlock message_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock message_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">Gender:</td>
<td>1</td>
<td>1</td>
<td align="center"><input type="checkbox" name="visitor_gender_required" value="Y" <!-- $BeginBlock visitor_gender_rq_b -->checked<!-- $EndBlock visitor_gender_rq_b -->></td>
</tr>
<tr>
<td width="140" align="right" class="rowHeader">Age:</td>
<td><input type="text" size="4" maxlength="2" name="visitor_age_min_len" value="${visitor_age_min_len}"><span class="admgb-info12">>=0<br>Minimum Age</span></td>
<td><input type="text" size="4" maxlength="3" name="visitor_age_max_len" value="${visitor_age_max_len}"><span class="admgb-info12"><=255<br>Maximum Age</span></td>
<td align="center"><input type="checkbox" name="visitor_age_required" value="Y" <!-- $BeginBlock visitor_age_rq_b -->checked<!-- $EndBlock visitor_age_rq_b -->></td>
</tr><!--
$BeginBlock visitor_age_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_age_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">Email:</td>
<td>0</td>
<td><input type="text" size="4" maxlength="3" name="visitor_email_max_len" value="${visitor_email_max_len}"><span class="admgb-info12"><=255<span></td>
<td align="center"><input type="checkbox" name="visitor_email_required" value="Y" <!-- $BeginBlock visitor_email_rq_b -->checked<!-- $EndBlock visitor_email_rq_b -->></td>
</tr><!--
$BeginBlock visitor_email_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_email_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">Homepage:</td>
<td>0</td>
<td><input type="text" size="4" maxlength="3" name="visitor_homepage_max_len" value="${visitor_homepage_max_len}"><span class="admgb-info12"><=255<span></td>
<td align="center"><input type="checkbox" name="visitor_homepage_required" value="Y" <!-- $BeginBlock visitor_homepage_rq_b -->checked<!-- $EndBlock visitor_homepage_rq_b -->></td>
</tr><!--
$BeginBlock visitor_homepage_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_homepage_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">Location:</td>
<td><input type="text" size="4" maxlength="2" name="visitor_location_min_len" value="${visitor_location_min_len}"><span class="admgb-info12">>=0<span></td>
<td><input type="text" size="4" maxlength="3" name="visitor_location_max_len" value="${visitor_location_max_len}"><span class="admgb-info12"><=64<span></td>
<td align="center"><input type="checkbox" name="visitor_location_required" value="Y" <!-- $BeginBlock visitor_location_rq_b -->checked<!-- $EndBlock visitor_location_rq_b -->></td>
</tr><!--
$BeginBlock visitor_location_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_location_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">(Custom1):</td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom1_min_len" value="${visitor_custom1_min_len}"><span class="admgb-info12">>=0<span></td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom1_max_len" value="${visitor_custom1_max_len}"><span class="admgb-info12"><=32<span></td>
<td align="center"><input type="checkbox" name="visitor_custom1_required" value="Y" <!-- $BeginBlock visitor_custom1_rq_b -->checked<!-- $EndBlock visitor_custom1_rq_b -->></td>
</tr><!--
$BeginBlock visitor_custom1_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_custom1_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">(Custom2):</td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom2_min_len" value="${visitor_custom2_min_len}"><span class="admgb-info12">>=0<span></td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom2_max_len" value="${visitor_custom2_max_len}"><span class="admgb-info12"><=32<span></td>
<td align="center"><input type="checkbox" name="visitor_custom2_required" value="Y" <!-- $BeginBlock visitor_custom2_rq_b -->checked<!-- $EndBlock visitor_custom2_rq_b -->></td>
</tr><!--
$BeginBlock visitor_custom2_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_custom2_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">(Custom3):</td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom3_min_len" value="${visitor_custom3_min_len}"><span class="admgb-info12">>=0<span></td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom3_max_len" value="${visitor_custom3_max_len}"><span class="admgb-info12"><=64<span></td>
<td align="center"><input type="checkbox" name="visitor_custom3_required" value="Y" <!-- $BeginBlock visitor_custom3_rq_b -->checked<!-- $EndBlock visitor_custom3_rq_b -->></td>
</tr><!--
$BeginBlock visitor_custom3_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_custom3_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">(Custom4):</td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom4_min_len" value="${visitor_custom4_min_len}"><span class="admgb-info12">>=0<span></td>
<td><input type="text" size="4" maxlength="3" name="visitor_custom4_max_len" value="${visitor_custom4_max_len}"><span class="admgb-info12"><=128<span></td>
<td align="center"><input type="checkbox" name="visitor_custom4_required" value="Y" <!-- $BeginBlock visitor_custom4_rq_b -->checked<!-- $EndBlock visitor_custom4_rq_b -->></td>
</tr><!--
$BeginBlock visitor_custom4_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_custom4_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader">(Custom5):</td>
<td><input type="text" size="4" maxlength="2" name="visitor_custom5_min_len" value="${visitor_custom5_min_len}"><span class="admgb-info12">>=0<span></td>
<td><input type="text" size="4" maxlength="3" name="visitor_custom5_max_len" value="${visitor_custom5_max_len}"><span class="admgb-info12"><=255<span></td>
<td align="center"><input type="checkbox" name="visitor_custom5_required" value="Y" <!-- $BeginBlock visitor_custom5_rq_b -->checked<!-- $EndBlock visitor_custom5_rq_b -->></td>
</tr><!--
$BeginBlock visitor_custom5_len_error_b -->
<tr>
<td width="140" align="right" class="rowHeader"> </td>
<td colspan="3" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.
</tr><!--
$EndBlock visitor_custom5_len_error_b -->
</table>
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" class="admgb-help">
<img class="admgb-icon" src="${gb_root_dir}/assets/info.gif">
Minimum Length check is activated only when the guest enters at least one character in the input field.
Whether a field can be left empty or not is determined by the Required check.
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap> </td>
</tr>
<tr>
<td width="140" class="admgb-heading" align="right">Message<br/>Layout Check</sup></td>
<td align="left" nowrap><hr /></td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap><input type="checkbox" value="Y" name="num_of_lines_enabled" <!-- $BeginBlock num_of_lines_b -->checked<!-- $EndBlock num_of_lines_b -->>Check Number of Lines,
Maximum: <input type="text" size="5" maxlength="5" name="num_of_lines" value="${num_of_lines}">
<span class="admgb-info12"><=65535</span> lines.
</td>
</tr><!--
$BeginBlock num_of_lines_error_b -->
<tr>
<td width="140" align="right"> </td>
<td align="left" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.</td>
</tr><!--
$EndBlock num_of_lines_error_b -->
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap><input type="checkbox" value="Y" name="word_len_enabled" <!-- $BeginBlock word_len_b -->checked<!-- $EndBlock word_len_b -->>Check Word Length<sup>*1</sup>,
Maximum: <input type="text" size="5" maxlength="5" name="word_len" value="${word_len}">
<span class="admgb-info12"><=65535</span> characters.
</td>
</tr><!--
$BeginBlock word_len_error_b -->
<tr>
<td width="140" align="right"> </td>
<td align="left" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.</td>
</tr><!--
$EndBlock word_len_error_b -->
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap> </td>
</tr>
<tr>
<td width="140" class="admgb-heading" align="right">Message<br/>HTML Tag</sup></td>
<td align="left" nowrap><hr /></td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap><input type="checkbox" value="Y" name="html_in_mesg" <!-- $BeginBlock html_in_mesg_b -->checked<!-- $EndBlock html_in_mesg_b -->>
Allow the following (selected) HTML tags:
</td>
</tr>
<tr>
<td width="140" class="admgb-heading" align="right"></td>
<td align="left" nowrap><hr /></td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap>
<input type="checkbox" value="Y" name="tag_strong" <!-- $BeginBlock tag_strong_b -->checked<!-- $EndBlock tag_strong_b -->><strong></strong>
<input type="checkbox" value="Y" name="tag_b" <!-- $BeginBlock tag_b_b -->checked<!-- $EndBlock tag_b_b -->><b></b>
<input type="checkbox" value="Y" name="tag_em" <!-- $BeginBlock tag_em_b -->checked<!-- $EndBlock tag_em_b -->><em></em>
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap>
<input type="checkbox" value="Y" name="tag_i" <!-- $BeginBlock tag_i_b -->checked<!-- $EndBlock tag_i_b -->><i></i>
<input type="checkbox" value="Y" name="tag_tt" <!-- $BeginBlock tag_tt_b -->checked<!-- $EndBlock tag_tt_b -->><tt></tt>
<input type="checkbox" value="Y" name="tag_big" <!-- $BeginBlock tag_big_b -->checked<!-- $EndBlock tag_big_b -->><big></big>
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap>
<input type="checkbox" value="Y" name="tag_small" <!-- $BeginBlock tag_small_b -->checked<!-- $EndBlock tag_small_b -->><small></small>
<input type="checkbox" value="Y" name="tag_sup" <!-- $BeginBlock tag_sup_b -->checked<!-- $EndBlock tag_sup_b -->><sup></sup>
<input type="checkbox" value="Y" name="tag_sub" <!-- $BeginBlock tag_sub_b -->checked<!-- $EndBlock tag_sub_b -->><sub></sub>
</td>
</tr>
<tr>
<td width="140" align="right"> </td>
<td align="left" nowrap>
<input type="checkbox" value="Y" name="tag_pre" <!-- $BeginBlock tag_pre_b -->checked<!-- $EndBlock tag_pre_b -->><pre></pre> :
Maximum Line Width: <input type="text" size="5" maxlength="5" name="pre_len" value="${pre_len}">
<span class="admgb-info12"><=65535</span> characters.
</td>
</tr><!--
$BeginBlock pre_len_error_b -->
<tr>
<td width="140" align="right"> </td>
<td align="left" class="admgb-error"><img class="admgb-icon" src="${gb_root_dir}/assets/attn16.png">
The number you entered was incorrect or out of range.</td>
</tr><!--
$EndBlock pre_len_error_b -->
<tr>
<td width="140" class="admgb-heading" align="right"></td>
<td align="left" nowrap><hr /></td>
</tr>
<tr>
<td width="140" class="admgb-heading" align="right"> </td>
<td align="left" nowrap>
<input type="submit" name="update" value="Update">
</td>
</tr>
<tr>
<td width="140" align="right">
<img src="${gb_root_dir}/assets/t.gif" width="140" height="1" border="0" alt="" title=""/>
</td>
<td align="left"> </td>
</tr>
</table>
</form>
<span class="admgb-info12">
*1. Word Length Check only works for words that consist of
one-byte UTF-8 characters; for example, ISO-8859-1 alpha-numeric characters.
</span><!--
$Include /admin/footer.inc.tpl -->