[ticket/16009] Display OAuth login's buttons in a row

PHPBB3-16009
This commit is contained in:
3D-I 2019-04-03 00:39:50 +02:00
parent e6ac4daf64
commit 202fa648eb

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>