1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

Merge pull request 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

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