1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[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
This commit is contained in:
Joseph Warner
2013-07-22 17:27:16 -04:00
parent 0be81468e7
commit 5578b7a578
2 changed files with 13 additions and 1 deletions

View File

@@ -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>