diff options
Diffstat (limited to 'phpBB/adm/style/captcha_qa_acp_demo.html')
-rw-r--r-- | phpBB/adm/style/captcha_qa_acp_demo.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp_demo.html b/phpBB/adm/style/captcha_qa_acp_demo.html new file mode 100644 index 0000000000..57bed8af53 --- /dev/null +++ b/phpBB/adm/style/captcha_qa_acp_demo.html @@ -0,0 +1,7 @@ +<dl> + <dt><label for="answer">{L_CONFIRM_QUESTION}:</label><br /><span>{L_CONFIRM_QUESTION_EXPLAIN}</span></dt> + + <dd> + <input type="text" tabindex="10" name="answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" /> + </dd> +</dl> |