Revision 596
Added by thorn almost 18 years ago
| template.html | ||
|---|---|---|
| 217 | 217 |
<label for="smart_login_false">{TEXT_DISABLED}</label>
|
| 218 | 218 |
</td> |
| 219 | 219 |
</tr> |
| 220 |
<tr class="advanced" style="display: {GD_EXTENSION_LOADED};">
|
|
| 221 |
<td class="setting_name">{TEXT_CAPTCHA_VERIFICATION}:</td>
|
|
| 222 |
<td class="setting_value" colspan="2"> |
|
| 223 |
<input type="radio" name="captcha_verification" id="captcha_verification_true" style="width: 14px; height: 14px;" value="true"{CAPTCHA_VERIFICATION_ENABLED} />
|
|
| 224 |
<label for="captcha_verification_true">{TEXT_ENABLED}</label>
|
|
| 225 |
<input type="radio" name="captcha_verification" id="captcha_verification_false" style="width: 14px; height: 14px;" value="false"{CAPTCHA_VERIFICATION_DISABLED} />
|
|
| 226 |
<label for="captcha_verification_false">{TEXT_DISABLED}</label>
|
|
| 227 |
</td> |
|
| 228 |
</tr> |
|
| 229 | 220 |
<tr> |
| 230 | 221 |
<td class="setting_name">{TEXT_LOGIN}:</td>
|
| 231 | 222 |
<td class="setting_value" colspan="2"> |
Also available in: Unified diff
added new CAPTCHA and ASP (Advanced Spam Protection)