From: Henry S. <kel...@ph...> - 2009-07-20 11:07:33
|
Author: Kellanved Date: Mon Jul 20 11:07:10 2009 New Revision: 9805 Log: cleaning Modified: branches/phpBB-3_0_0/phpBB/adm/style/captcha_qa_acp.html Modified: branches/phpBB-3_0_0/phpBB/adm/style/captcha_qa_acp.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/captcha_qa_acp.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/captcha_qa_acp.html Mon Jul 20 11:07:10 2009 *************** *** 74,80 **** </dl> <dl> <dt><label for="answers">{L_QUESTION_ANSWERS}</label><br /><span>{L_ANSWERS_EXPLAIN}</span></dt> ! <dd><textarea id="answers" name="answers" rows="15" cols="80" >{ANSWERS}</textarea></dd> </dl> </fieldset> <fieldset class="quick"> --- 74,80 ---- </dl> <dl> <dt><label for="answers">{L_QUESTION_ANSWERS}</label><br /><span>{L_ANSWERS_EXPLAIN}</span></dt> ! <dd><textarea id="answers" style="word-wrap: normal; overflow-x: scroll;" name="answers" rows="15" cols="800" >{ANSWERS}</textarea></dd> </dl> </fieldset> <fieldset class="quick"> |