diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-22 19:37:46 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-22 19:38:09 -0400 |
commit | dbf97fdd52043611a86cb48920bb152122b3f6c2 (patch) | |
tree | 3da64ac7b4872177db2d824ffd1a0f8f988677ff | |
parent | 8f75edb8a13dd4e32790652cb1a292db395d786d (diff) | |
download | forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar.gz forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar.bz2 forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.tar.xz forums-dbf97fdd52043611a86cb48920bb152122b3f6c2.zip |
[feature/oauth] Subsilver 2 login_body updates
PHPBB3-11673
-rw-r--r-- | phpBB/styles/subsilver2/template/login_body.html | 3 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/login_body_oauth.html | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/login_body.html b/phpBB/styles/subsilver2/template/login_body.html index 2b895dda89..ed63e748cf 100644 --- a/phpBB/styles/subsilver2/template/login_body.html +++ b/phpBB/styles/subsilver2/template/login_body.html @@ -61,6 +61,9 @@ <td><input type="checkbox" class="radio" name="viewonline" tabindex="4" /> <span class="gensmall">{L_HIDE_ME}</span></td> </tr> <!-- ENDIF --> + <!-- IF not S_ADMIN_AUTH and PROVIDER_TEMPLATE_FILE --> + <!-- INCLUDE {PROVIDER_TEMPLATE_FILE} --> + <!-- ENDIF --> </table> </td> </tr> diff --git a/phpBB/styles/subsilver2/template/login_body_oauth.html b/phpBB/styles/subsilver2/template/login_body_oauth.html new file mode 100644 index 0000000000..6f374fa4f2 --- /dev/null +++ b/phpBB/styles/subsilver2/template/login_body_oauth.html @@ -0,0 +1,7 @@ +<!-- BEGIN oauth --> + <tr> + <td> + <a href="{oauth.REDIRECT_URL}">{oauth.SERVICE_NAME}</a> + </td> + </tr> +<!-- END oauth --> |