mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 04:42:04 +02:00
[ticket/16009] Display OAuth login's buttons in a row
PHPBB3-16009
This commit is contained in:
parent
e6ac4daf64
commit
202fa648eb
@ -1,8 +1,6 @@
|
||||
<br>
|
||||
<div class="content">
|
||||
<!-- BEGIN oauth -->
|
||||
<dl>
|
||||
<dt> </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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user