Author: Kellanved
Date: Mon Jul 20 10:22:54 2009
New Revision: 9802
Log:
fixing back links
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 10:22:54 2009
***************
*** 3,10 ****
<a name="maincontent"></a>
!
! <a href="{U_BACK}" 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_BACK}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a>
<h1>{L_QUESTIONS}</h1>
|