signup page updated for social connect
This commit is contained in:
parent
d7bb3523d5
commit
0d78d01966
3 changed files with 13 additions and 6 deletions
|
@ -139,8 +139,6 @@
|
|||
|
||||
{/if}
|
||||
|
||||
<!--{$captcha|@print_r}-->
|
||||
|
||||
<div class="form-group checkbox">
|
||||
<label>
|
||||
<input name="agree" type="checkbox" id="agree" value="yes" checked="checked">
|
||||
|
@ -150,8 +148,18 @@
|
|||
</div>
|
||||
{ANCHOR place="the_form"}
|
||||
<input type="hidden" name="signup" value="signup"></input>
|
||||
<button type="submit" name="signup" value="signup" class="btn btn-success btn-lg btn-block" id="signup_submit">{lang code='Signup'}</button>
|
||||
<div class="form-group checkbox">
|
||||
<button type="submit" name="signup" value="signup" class="btn btn-success btn-lg btn-block" id="signup_submit">{lang code='signup'}</button>
|
||||
</div>
|
||||
{ANCHOR place='signup_form'}
|
||||
{if function_exists('show_all_btns')}
|
||||
<div class="clearfix social-links">
|
||||
<span>or login with</span>
|
||||
<div id="social_buttons">
|
||||
{ANCHOR place="show_all_btns"}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
</form>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2708,7 +2708,6 @@ textarea#comment_box{
|
|||
}
|
||||
}
|
||||
.account_form{
|
||||
|
||||
label.label-heading{
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue