This commit is contained in:
parent
ebe9a42f7d
commit
5acdc86a7f
2 changed files with 7 additions and 10 deletions
|
@ -50,8 +50,8 @@ p.request-account {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background: #fff 0 0 url(../images/login-or.png) no-repeat;
|
background: #fff 0 0 url(../images/login-or.png) no-repeat;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-left: 9px;
|
padding-left: 10px;
|
||||||
padding-top: 5px;
|
padding-top: 6px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,15 +36,12 @@
|
||||||
|
|
||||||
<form role="form" id="login-form" action="${formAction}" method="post" name="login-form" />
|
<form role="form" id="login-form" action="${formAction}" method="post" name="login-form" />
|
||||||
<#if externalAuthUrl??>
|
<#if externalAuthUrl??>
|
||||||
<p class="external-auth">
|
<p class="external-auth"><a class="blue button" href="${externalAuthUrl}">${externalAuthName}</a></p>
|
||||||
<a class="blue button" href="${externalAuthUrl}">${externalAuthName}</a>
|
<p class="or-auth">or</p>
|
||||||
</p>
|
|
||||||
|
<h3 class="internal-auth" >Login using a different account</h3>
|
||||||
</#if>
|
</#if>
|
||||||
<p class="or-auth">or</p>
|
|
||||||
|
|
||||||
<h3 class="internal-auth" >Login using a different account</h3>
|
|
||||||
|
|
||||||
<label for="email">Email</label>
|
<label for="email">Email</label>
|
||||||
<input class="text-field" name="loginName" id="loginName" type="text" value="${loginName!}" required />
|
<input class="text-field" name="loginName" id="loginName" type="text" value="${loginName!}" required />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue