Revision 251
Added by ryan about 19 years ago
template.html | ||
---|---|---|
176 | 176 |
<label for="smart_login_false">{TEXT_DISABLED}</label> |
177 | 177 |
</td> |
178 | 178 |
</tr> |
179 |
<tr class="advanced"> |
|
180 |
<td class="setting_name">{TEXT_CAPTCHA_VERIFICATION}:</td> |
|
181 |
<td class="setting_value" colspan="2"> |
|
182 |
<input type="radio" name="captcha_verification" id="captcha_verification_true" style="width: 14px; height: 14px;" value="true"{CAPTCHA_VERIFICATION_ENABLED} /> |
|
183 |
<label for="captcha_verification_true">{TEXT_ENABLED}</label> |
|
184 |
<input type="radio" name="captcha_verification" id="captcha_verification_false" style="width: 14px; height: 14px;" value="false"{CAPTCHA_VERIFICATION_DISABLED} /> |
|
185 |
<label for="captcha_verification_false">{TEXT_DISABLED}</label> |
|
186 |
</td> |
|
187 |
</tr> |
|
179 | 188 |
<tr> |
180 | 189 |
<td class="setting_name">{TEXT_LOGIN}:</td> |
181 | 190 |
<td class="setting_value" colspan="2"> |
Also available in: Unified diff
Added captcha verification option to settings page