aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-22 16:23:13 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-22 16:23:41 -0400
commitcd49cfacfb0faddce8343837b69eb919b8652352 (patch)
tree52614c152448ee1eb9a6a77b9f30fe0aad14fe03 /phpBB/styles
parentd804842cef945dbc7ec2c6c1d145587c62f06f65 (diff)
downloadforums-cd49cfacfb0faddce8343837b69eb919b8652352.tar
forums-cd49cfacfb0faddce8343837b69eb919b8652352.tar.gz
forums-cd49cfacfb0faddce8343837b69eb919b8652352.tar.bz2
forums-cd49cfacfb0faddce8343837b69eb919b8652352.tar.xz
forums-cd49cfacfb0faddce8343837b69eb919b8652352.zip
[feature/oauth] Initial step in creating OAuth login support
PHPBB3-11673
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/login_body.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/login_body.html b/phpBB/styles/prosilver/template/login_body.html
index 89ef8acd6f..4a51cf477f 100644
--- a/phpBB/styles/prosilver/template/login_body.html
+++ b/phpBB/styles/prosilver/template/login_body.html
@@ -46,7 +46,11 @@
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
</dl>
</fieldset>
- </div>
+ </div><!-- IF OAUTH_LOGIN -->
+
+ <div class="content">
+ hi
+ </div><!-- ENDIF -->
</div>
</div>