diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2009-07-19 22:21:50 +0000 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2009-07-19 22:21:50 +0000 |
| commit | e7a17a34295106391cb1803070dccb9e7a419d86 (patch) | |
| tree | 67edbfedd37d8ee5283698bbdf6468e121de40ca /phpBB/adm/style | |
| parent | 76508b59d71f5c9943256045a4677888aca2464c (diff) | |
| download | forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.gz forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.bz2 forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.xz forums-e7a17a34295106391cb1803070dccb9e7a419d86.zip | |
Set some svn properties. Cleanup.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9799 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/captcha_default_acp_demo.html | 3 | ||||
| -rw-r--r-- | phpBB/adm/style/captcha_qa_acp_demo.html | 4 | ||||
| -rw-r--r-- | phpBB/adm/style/captcha_recaptcha.html | 22 |
3 files changed, 14 insertions, 15 deletions
diff --git a/phpBB/adm/style/captcha_default_acp_demo.html b/phpBB/adm/style/captcha_default_acp_demo.html index a714386e51..0b1434f7e0 100644 --- a/phpBB/adm/style/captcha_default_acp_demo.html +++ b/phpBB/adm/style/captcha_default_acp_demo.html @@ -1,5 +1,4 @@ - <dl> <dt><label for="captcha_preview">{L_PREVIEW}:</label><br /><span>{L_CAPTCHA_PREVIEW_EXPLAIN}</span></dt> <dd><img src="{CONFIRM_IMAGE}" alt="{L_PREVIEW}" width="360" height="96" id="captcha_preview" /></dd> -</dl>
\ No newline at end of file +</dl> diff --git a/phpBB/adm/style/captcha_qa_acp_demo.html b/phpBB/adm/style/captcha_qa_acp_demo.html index 919d4d48d5..474dfc58ea 100644 --- a/phpBB/adm/style/captcha_qa_acp_demo.html +++ b/phpBB/adm/style/captcha_qa_acp_demo.html @@ -1,7 +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}" />
+ <input type="text" tabindex="10" name="answer" id="answer" size="45" class="inputbox autowidth" title="{L_ANSWER}" /> </dd> </dl> diff --git a/phpBB/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html index 0cb43cf01f..93fc6e7499 100644 --- a/phpBB/adm/style/captcha_recaptcha.html +++ b/phpBB/adm/style/captcha_recaptcha.html @@ -1,5 +1,5 @@ <!-- IF S_RECAPTCHA_AVAILABLE --> - <dl>
+ <dl> <dd> <script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"> // <![CDATA[ @@ -8,18 +8,18 @@ }; // ]]> </script> - - - <noscript>
- <div>
- <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br /> - <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> - <input type="hidden" name="recaptcha_response_field" value="manual_challenge" /> - </div>
+ + + <noscript> + <div> + <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br /> + <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> + <input type="hidden" name="recaptcha_response_field" value="manual_challenge" /> + </div> </noscript> -
+ </dd> </dl> <!-- ELSE --> {L_RECAPTCHA_NOT_AVAILABLE} -<!-- ENDIF -->
\ No newline at end of file +<!-- ENDIF --> |
