make registration page valid

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@370 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-09-22 06:29:15 +00:00
parent 1b1da05f20
commit 554fcbb3ec

View File

@ -30,7 +30,7 @@ window.onload = function() {
<?php if(strlen($antispamQuestion)>0) {?>
<tr>
<th align="left"><label for="question"><?php echo T_('Antispam question'); ?></label></th>
<th align="left"><label for="antispamAnswer"><?php echo T_('Antispam question'); ?></label></th>
<td><input type="text" id="antispamAnswer" name="antispamAnswer" size="40" class="required" value="<?php echo $antispamQuestion; ?>" onfocus="if (this.value == '<?php echo $antispamQuestion; ?>') this.value = '';" onblur="if (this.value == '') this.value = '<?php echo $antispamQuestion; ?>';"/></td>
<td></td>
</tr>