aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-02 14:21:07 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-02 14:21:25 -0400
commit1ae2283b348d6fef1f9e90a49e2a25914465585e (patch)
tree0e69202b36716363f77e5e52fc32c41cad42d616 /phpBB/styles
parent245e71e4e20b8d4ec80fc5e059dc12db51d10651 (diff)
downloadforums-1ae2283b348d6fef1f9e90a49e2a25914465585e.tar
forums-1ae2283b348d6fef1f9e90a49e2a25914465585e.tar.gz
forums-1ae2283b348d6fef1f9e90a49e2a25914465585e.tar.bz2
forums-1ae2283b348d6fef1f9e90a49e2a25914465585e.tar.xz
forums-1ae2283b348d6fef1f9e90a49e2a25914465585e.zip
[feature/oauth] Finish updating interface and related code
PHPBB3-11673
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/login_body.html13
-rw-r--r--phpBB/styles/prosilver/template/login_body_oauth.html8
2 files changed, 12 insertions, 9 deletions
diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html
index 64b3915a1b..e00e5d7a67 100644
--- a/phpBB/styles/prosilver/template/login_body.html
+++ b/phpBB/styles/prosilver/template/login_body.html
@@ -46,16 +46,11 @@
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
</dl>
</fieldset>
- </div><!-- IF OAUTH_LOGIN -->
+ </div>
- <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 -->
- </div><!-- ENDIF -->
+ <!-- IF PROVIDER_TEMPLATE_FILE -->
+ <!-- INCLUDE {PROVIDER_TEMPLATE_FILE} -->
+ <!-- ENDIF -->
</div>
</div>
diff --git a/phpBB/styles/prosilver/template/login_body_oauth.html b/phpBB/styles/prosilver/template/login_body_oauth.html
new file mode 100644
index 0000000000..eb6c627c6f
--- /dev/null
+++ b/phpBB/styles/prosilver/template/login_body_oauth.html
@@ -0,0 +1,8 @@
+<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 -->
+</div> \ No newline at end of file