aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-29 11:58:24 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-29 11:58:47 -0400
commit75206c74be23e17b2661faa0693cd308cab4d382 (patch)
tree76bf5ce2238d45b12f4318fd4e3c4a81921f8c81 /phpBB/styles
parent59852b5997905ed6f815c3cc4b9220872e1090d2 (diff)
downloadforums-75206c74be23e17b2661faa0693cd308cab4d382.tar
forums-75206c74be23e17b2661faa0693cd308cab4d382.tar.gz
forums-75206c74be23e17b2661faa0693cd308cab4d382.tar.bz2
forums-75206c74be23e17b2661faa0693cd308cab4d382.tar.xz
forums-75206c74be23e17b2661faa0693cd308cab4d382.zip
[feature/oauth] Basic checking for data needed in login linking
PHPBB3-11673
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/ucp_login_link.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_login_link.html b/phpBB/styles/prosilver/template/ucp_login_link.html
index 02a9873f2b..5a03e08bc5 100644
--- a/phpBB/styles/prosilver/template/ucp_login_link.html
+++ b/phpBB/styles/prosilver/template/ucp_login_link.html
@@ -7,6 +7,10 @@
<p>{L_LOGIN_LINK_EXPLAIN}</p>
+ <!-- IF LOGIN_LINK_ERROR --><div class="content">
+ <div class="error">{LOGIN_ERROR}</div>
+ </div><!-- ENDIF -->
+
<div class="content">
<h2>{L_REGISTER}</h2>
</div>