mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/16009] Display OAuth login's buttons in a row
PHPBB3-16009
This commit is contained in:
parent
e6ac4daf64
commit
202fa648eb
1 changed files with 4 additions and 6 deletions
|
@ -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> </dt>
|
{% endfor %}
|
||||||
<dd><a href="{oauth.REDIRECT_URL}" class="button2">{oauth.SERVICE_NAME}</a></dd>
|
|
||||||
</dl>
|
|
||||||
<!-- END oauth -->
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue