1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

Merge pull request #5560 from 3D-I/ticket/16009

[ticket/16009] Display OAuth login's buttons in a row
This commit is contained in:
Marc Alexander 2019-04-07 10:23:43 +02:00
commit b693798a96
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -1,8 +1,6 @@
<br>
<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 -->
{% for oauth in oauth %}
<a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a>
{% endfor %}
</div>