diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-07-21 10:52:38 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-07-21 10:52:38 +0000 |
| commit | 269c2c294457d0f31348f6bcd805f6800fd3087d (patch) | |
| tree | 8dfce019eccb79ac8302b0e33fab3793a7426ecc | |
| parent | 3a3872766177c30c580353c2946b0d308685a2c5 (diff) | |
| download | forums-269c2c294457d0f31348f6bcd805f6800fd3087d.tar forums-269c2c294457d0f31348f6bcd805f6800fd3087d.tar.gz forums-269c2c294457d0f31348f6bcd805f6800fd3087d.tar.bz2 forums-269c2c294457d0f31348f6bcd805f6800fd3087d.tar.xz forums-269c2c294457d0f31348f6bcd805f6800fd3087d.zip | |
fix back link
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9810 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/adm/style/captcha_qa_acp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index d069233ccd..064d6969d1 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -3,7 +3,7 @@ <a name="maincontent"></a> - <a href="<!-- IF U_LIST -->{U_LIST}<!-- ELSE -->{U_BACK}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</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,7 +57,7 @@ <!-- ENDIF --> <form id="captcha_qa" method="post" action="{U_ACTION}"> <fieldset> - <legend>{L_QUESTIONS}</legend> + <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> |
