aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/login_body.html
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-22 17:27:16 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-22 17:27:56 -0400
commit5578b7a578cd9b2e8045d65c883a355f7a9f5394 (patch)
treeaaa3e7af76b4c074c1d349c3de2daf03f0556a88 /phpBB/styles/prosilver/template/login_body.html
parent0be81468e7f61b8c2fc1c9729ff5d217c7424026 (diff)
downloadforums-5578b7a578cd9b2e8045d65c883a355f7a9f5394.tar
forums-5578b7a578cd9b2e8045d65c883a355f7a9f5394.tar.gz
forums-5578b7a578cd9b2e8045d65c883a355f7a9f5394.tar.bz2
forums-5578b7a578cd9b2e8045d65c883a355f7a9f5394.tar.xz
forums-5578b7a578cd9b2e8045d65c883a355f7a9f5394.zip
[feature/oauth] Initial UI element added, this is non-final
At this point, all UI changes are purely for testing and should not be considered final. PHPBB3-11673
Diffstat (limited to 'phpBB/styles/prosilver/template/login_body.html')
-rw-r--r--phpBB/styles/prosilver/template/login_body.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html
index 85a47be4ad..64b3915a1b 100644
--- a/phpBB/styles/prosilver/template/login_body.html
+++ b/phpBB/styles/prosilver/template/login_body.html
@@ -49,7 +49,12 @@
</div><!-- IF OAUTH_LOGIN -->
<div class="content">
-
+ <!-- BEGIN oauth -->
+ <dl>
+ <dt>&nbsp;</dt>
+ <dd><a href="{oauth.REDIRECT_URL}" class="button2">{oauth.SERVICE_NAME}</a></dd>
+ </dl>
+ <!-- END oauth -->
</div><!-- ENDIF -->
</div>
</div>