Project

General

Profile

« Previous | Next » 

Revision 647

Added by doc over 16 years ago

fixed bug with text Captcha (input restricted to 10 characters) and a small layout issue

View differences:

captcha.php
89 89
			case 'text': // text-captcha
90 90
				?><table class="captcha_table"><tr>
91 91
				<td class="text_captcha"><?php include(WB_PATH.'/include/captcha/captchas/text.php'); ?></td>
92
				<td><input type="text" name="captcha" maxlength="10"  style="width:70px" /></td>
92
				<td><input type="text" name="captcha" maxlength="50"  style="width:150px" /></td>
93 93
				<td class="captcha_expl"><?php echo $MOD_CAPTCHA['VERIFICATION_INFO_QUEST']; ?></td>
94 94
				</tr></table><?php
95 95
				break;

Also available in: Unified diff