aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/auth_provider_oauth.html
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-05-06 17:52:12 -0700
committerCesar G <prototech91@gmail.com>2014-05-08 08:35:38 -0700
commitd95164e64155ea3bdbca69532af5dd49c093b351 (patch)
tree89cbbb3a81774662c84f75fe1e31c3665a1ea660 /phpBB/adm/style/auth_provider_oauth.html
parent2e025f1655293d3032f04907e5d74a812e1a659a (diff)
downloadforums-d95164e64155ea3bdbca69532af5dd49c093b351.tar
forums-d95164e64155ea3bdbca69532af5dd49c093b351.tar.gz
forums-d95164e64155ea3bdbca69532af5dd49c093b351.tar.bz2
forums-d95164e64155ea3bdbca69532af5dd49c093b351.tar.xz
forums-d95164e64155ea3bdbca69532af5dd49c093b351.zip
[ticket/9388] Display only the settings for the auth method that's selected.
PHPBB3-9388
Diffstat (limited to 'phpBB/adm/style/auth_provider_oauth.html')
-rw-r--r--phpBB/adm/style/auth_provider_oauth.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/phpBB/adm/style/auth_provider_oauth.html b/phpBB/adm/style/auth_provider_oauth.html
index 25e40ff596..3e994ec721 100644
--- a/phpBB/adm/style/auth_provider_oauth.html
+++ b/phpBB/adm/style/auth_provider_oauth.html
@@ -1,17 +1,19 @@
-<h2>{L_AUTH_PROVIDER_OAUTH_TITLE}</h2>
+<fieldset id="auth_oauth_settings">
+ <legend>{L_AUTH_PROVIDER_OAUTH_TITLE}</legend>
-<p>{L_AUTH_PROVIDER_OAUTH_EXPLAIN}</p>
+ <p>{L_AUTH_PROVIDER_OAUTH_EXPLAIN}</p>
-<!-- BEGIN oauth_services -->
-<fieldset>
- <legend>{oauth_services.ACTUAL_NAME}</legend>
- <dl>
- <dt><label for="oauth_service_{oauth_services.NAME}_key">{L_AUTH_PROVIDER_OAUTH_KEY}{L_COLON}</label></dt>
- <dd><input type="text" id="oauth_service_{oauth_services.NAME}_key" size="40" name="config[auth_oauth_{oauth_services.NAME}_key]" value="{oauth_services.KEY}" /></dd>
- </dl>
- <dl>
- <dt><label for="oauth_service_{oauth_services.NAME}_secret">{L_AUTH_PROVIDER_OAUTH_SECRET}{L_COLON}</label></dt>
- <dd><input type="text" id="oauth_service_{oauth_services.NAME}_secret" size="40" name="config[auth_oauth_{oauth_services.NAME}_secret]" value="{oauth_services.SECRET}" /></dd>
- </dl>
+ <!-- BEGIN oauth_services -->
+ <fieldset>
+ <legend>{oauth_services.ACTUAL_NAME}</legend>
+ <dl>
+ <dt><label for="oauth_service_{oauth_services.NAME}_key">{L_AUTH_PROVIDER_OAUTH_KEY}{L_COLON}</label></dt>
+ <dd><input type="text" id="oauth_service_{oauth_services.NAME}_key" size="40" name="config[auth_oauth_{oauth_services.NAME}_key]" value="{oauth_services.KEY}" /></dd>
+ </dl>
+ <dl>
+ <dt><label for="oauth_service_{oauth_services.NAME}_secret">{L_AUTH_PROVIDER_OAUTH_SECRET}{L_COLON}</label></dt>
+ <dd><input type="text" id="oauth_service_{oauth_services.NAME}_secret" size="40" name="config[auth_oauth_{oauth_services.NAME}_secret]" value="{oauth_services.SECRET}" /></dd>
+ </dl>
+ </fieldset>
+ <!-- END oauth_services -->
</fieldset>
-<!-- END oauth_services -->