1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 21:15:42 +02: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"> <div class="content">
<!-- BEGIN oauth --> {% for oauth in oauth %}
<dl> <a href="{{ oauth.REDIRECT_URL }}" class="button2">{{ oauth.SERVICE_NAME }}</a>
<dt>&nbsp;</dt> {% endfor %}
<dd><a href="{oauth.REDIRECT_URL}" class="button2">{oauth.SERVICE_NAME}</a></dd>
</dl>
<!-- END oauth -->
</div> </div>