From 202fa648ebda27bf7305a0f227c59edfac08ff3d Mon Sep 17 00:00:00 2001 From: 3D-I Date: Wed, 3 Apr 2019 00:39:50 +0200 Subject: [ticket/16009] Display OAuth login's buttons in a row PHPBB3-16009 --- phpBB/styles/prosilver/template/login_body_oauth.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'phpBB/styles/prosilver/template/login_body_oauth.html') 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 @@ +
- -
-
 
-
{oauth.SERVICE_NAME}
-
- + {% for oauth in oauth %} + {{ oauth.SERVICE_NAME }} + {% endfor %}
-- cgit v1.2.1