From c6c6841cfbc0b5e342fb2dc5cbdea1834c4b47e9 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Wed, 17 Jun 2009 13:29:26 +0000 Subject: Use dynamic includes, fix some style bugs, make the old default captcha family backwards compatible to 3.0.5 styles git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9609 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/subsilver2/template/captcha_default.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'phpBB/styles/subsilver2/template/captcha_default.html') diff --git a/phpBB/styles/subsilver2/template/captcha_default.html b/phpBB/styles/subsilver2/template/captcha_default.html index a1bc6cd6dc..b0c36e89f1 100644 --- a/phpBB/styles/subsilver2/template/captcha_default.html +++ b/phpBB/styles/subsilver2/template/captcha_default.html @@ -2,18 +2,15 @@ {L_CONFIRM_CODE} - {L_CONFIRM_CODE_EXPLAIN} + {L_CONFIRM_EXPLAIN} - {L_CONFIRM_CODE} - - + {L_CONFIRM_CODE} + {L_CONFIRM_CODE}:
{L_CONFIRM_CODE_EXPLAIN} - - - - + + \ No newline at end of file -- cgit v1.2.1