aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_auth_link.html
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-12 14:43:18 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-12 14:43:35 -0400
commit4003e077c170e2c9aebbf582cb08249d80d37a3d (patch)
tree5976801053eb456db4ac49b168cddee00a1fdc0d /phpBB/styles/prosilver/template/ucp_auth_link.html
parente04844c95f52c6da295d20bccc9530ee7e4b63f7 (diff)
downloadforums-4003e077c170e2c9aebbf582cb08249d80d37a3d.tar
forums-4003e077c170e2c9aebbf582cb08249d80d37a3d.tar.gz
forums-4003e077c170e2c9aebbf582cb08249d80d37a3d.tar.bz2
forums-4003e077c170e2c9aebbf582cb08249d80d37a3d.tar.xz
forums-4003e077c170e2c9aebbf582cb08249d80d37a3d.zip
[feature/oauth] Get the OAuth template in place for ucp_auth_link
PHPBB3-11673
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_auth_link.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_auth_link.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_auth_link.html b/phpBB/styles/prosilver/template/ucp_auth_link.html
index 8ba16c55c8..3c56415db0 100644
--- a/phpBB/styles/prosilver/template/ucp_auth_link.html
+++ b/phpBB/styles/prosilver/template/ucp_auth_link.html
@@ -2,8 +2,12 @@
<h2>{L_UCP_AUTH_LINK_TITLE}</h2>
-<!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF -->
+<div class="panel">
+ <div class="inner">
+ <!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF -->
-<!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
+ <!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
+ </div>
+</div>
<!-- INCLUDE ucp_footer.html -->