diff options
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/captcha_qa_acp.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/captcha_qa_acp_demo.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index 2ff35bcef1..343bb14a3e 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -75,7 +75,7 @@ </dl> <dl> <dt><label for="answers">{L_QUESTION_ANSWERS}</label><br /><span>{L_ANSWERS_EXPLAIN}</span></dt> - <dd><textarea id="answers" name="answers">{ANSWERS}</textarea></dd> + <dd><textarea id="answers" name="answers" rows="15" cols="80" >{ANSWERS}</textarea></dd> </dl> </fieldset> <fieldset class="quick"> diff --git a/phpBB/adm/style/captcha_qa_acp_demo.html b/phpBB/adm/style/captcha_qa_acp_demo.html index 5c3f9c320e..919d4d48d5 100644 --- a/phpBB/adm/style/captcha_qa_acp_demo.html +++ b/phpBB/adm/style/captcha_qa_acp_demo.html @@ -1,7 +1,7 @@ <dl> - <dt><label for="answer">{L_QUESTION}:</label><br /><span>{L_QUESTION_EXPLAIN}</span></dt> + <dt><label for="answer">{L_CONFIRM_QUESTION}:</label><br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt> <dd> - <input type="text" />
+ <input type="text" tabindex="10" name="answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" />
</dd> </dl> |
