From: Henry S. <kel...@ph...> - 2009-07-21 10:53:13
|
Author: Kellanved Date: Tue Jul 21 10:52:38 2009 New Revision: 9810 Log: fix back link 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 Tue Jul 21 10:52:38 2009 *************** *** 3,9 **** <a name="maincontent"></a> ! <a href="<!-- IF U_LIST -->{U_LIST}<!-- ELSE -->{U_BACK}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> <h1>{L_QUESTIONS}</h1> --- 3,9 ---- <a name="maincontent"></a> ! <a href="<!-- IF U_LIST -->{U_LIST}<!-- ELSE -->{U_ACTION}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> <h1>{L_QUESTIONS}</h1> *************** *** 57,63 **** <!-- ENDIF --> <form id="captcha_qa" method="post" action="{U_ACTION}"> <fieldset> ! <legend>{L_QUESTIONS}</legend> <dl> <dt><label for="strict">{L_QUESTION_STRICT}:</label><br /><span>{L_QUESTION_STRICT_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="strict" value="1"<!-- IF STRICT --> id="strict" checked="checked"<!-- ENDIF --> /> {L_YES}</label> --- 57,63 ---- <!-- ENDIF --> <form id="captcha_qa" method="post" action="{U_ACTION}"> <fieldset> ! <legend>{L_EDIT_QUESTION}</legend> <dl> <dt><label for="strict">{L_QUESTION_STRICT}:</label><br /><span>{L_QUESTION_STRICT_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="strict" value="1"<!-- IF STRICT --> id="strict" checked="checked"<!-- ENDIF --> /> {L_YES}</label> |