From a009614afb74d31cb790fcdddfbcbcf4ce20fab1 Mon Sep 17 00:00:00 2001
From: narqelion <>
Date: Thu, 28 Oct 2010 22:25:10 +0200
Subject: [ticket/9835] subsilver2: Don't show "To prevent automated ..." when
logging in
This makes subsilver2 consistent with prosilver.
PHPBB3-9835
---
phpBB/styles/subsilver2/template/captcha_default.html | 2 ++
1 file changed, 2 insertions(+)
(limited to 'phpBB/styles')
diff --git a/phpBB/styles/subsilver2/template/captcha_default.html b/phpBB/styles/subsilver2/template/captcha_default.html
index e0116ae42c..4c65f81643 100644
--- a/phpBB/styles/subsilver2/template/captcha_default.html
+++ b/phpBB/styles/subsilver2/template/captcha_default.html
@@ -1,9 +1,11 @@
| {L_CONFIRM_CODE} |
+
| {L_CONFIRM_EXPLAIN} |
+
|
--
cgit v1.2.1
From 3b7414fca8576213f074095ff14118f5be3f8d9d Mon Sep 17 00:00:00 2001
From: Adam Reyher
Date: Wed, 15 Sep 2010 23:59:18 -0400
Subject: [ticket/9827] No longer emulate Internet Explorer 7 when using IE9.
The IE9 beta fixes the IE8 textarea width bug which required IE7 emulation in
phpBB's styles. Emulation should only occur when using IE8 now.
PHPBB3-9827
---
phpBB/styles/prosilver/template/overall_header.html | 2 +-
phpBB/styles/subsilver2/template/overall_header.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'phpBB/styles')
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 8f4ac19fb8..44857dbc41 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -11,7 +11,7 @@
-
+
{META}
{SITENAME} • {L_MCP} • {L_UCP} • {PAGE_TITLE}
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index a8a53abd24..874beb8e2b 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -11,7 +11,7 @@
-
+
{META}
{SITENAME} • {L_MCP} • {L_UCP} • {PAGE_TITLE}
--
cgit v1.2.1