aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/login_body_oauth.html
diff options
context:
space:
mode:
author3D-I <marktravai@gmail.com>2019-04-03 00:39:50 +0200
committer3D-I <marktravai@gmail.com>2019-04-03 00:39:50 +0200
commit202fa648ebda27bf7305a0f227c59edfac08ff3d (patch)
treebbf94e555ab45d81dfd2a6348e4679d4274a9ab1 /phpBB/styles/prosilver/template/login_body_oauth.html
parente6ac4daf64a0671f21166708045a74ae59f5f048 (diff)
downloadforums-202fa648ebda27bf7305a0f227c59edfac08ff3d.tar
forums-202fa648ebda27bf7305a0f227c59edfac08ff3d.tar.gz
forums-202fa648ebda27bf7305a0f227c59edfac08ff3d.tar.bz2
forums-202fa648ebda27bf7305a0f227c59edfac08ff3d.tar.xz
forums-202fa648ebda27bf7305a0f227c59edfac08ff3d.zip
[ticket/16009] Display OAuth login's buttons in a row
PHPBB3-16009
Diffstat (limited to 'phpBB/styles/prosilver/template/login_body_oauth.html')
-rw-r--r--phpBB/styles/prosilver/template/login_body_oauth.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/login_body_oauth.html b/phpBB/styles/prosilver/template/login_body_oauth.html
index 156485d211..1364d01ccb 100644
--- a/phpBB/styles/prosilver/template/login_body_oauth.html
+++ b/phpBB/styles/prosilver/template/login_body_oauth.html
@@ -1,8 +1,6 @@
+<br>
<div class="content">
- <!-- BEGIN oauth -->
- <dl>
- <dt>&nbsp;</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>