Skip to content
Snippets Groups Projects
Commit 6e8a007e authored by xuechen5's avatar xuechen5
Browse files

Add spaces between "reset password" and "Preregister patient" link

parent 3d5f58a3
No related branches found
No related tags found
1 merge request!6Uc91v2
...@@ -41,9 +41,9 @@ function fillLoginFields(u,p) { ...@@ -41,9 +41,9 @@ function fillLoginFields(u,p) {
<input type="submit" value="Login"> <input type="submit" value="Login">
<br /><br /> <br /><br />
<a style="font-size: 80%;" href="/iTrust/util/resetPassword.jsp">Reset Password</a> <a style="font-size: 80%;margin-right: 2.5em;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
<a> </a> <a> &nbsp</a>
<a style="font-size: 80%;" href="/iTrust/util/PreRegisterPatient.jsp" id="preregister_link">Pre-Register</a> <a style="font-size: 80%;margin-left: 3em;" href="/iTrust/util/PreRegisterPatient.jsp" id="preregister_link">Pre-Register</a>
</form> </form>
<% <%
...@@ -62,9 +62,9 @@ function fillLoginFields(u,p) { ...@@ -62,9 +62,9 @@ function fillLoginFields(u,p) {
%> %>
<input type="submit" value="Login"><br /><br /> <input type="submit" value="Login"><br /><br />
<a style="font-size: 80%;" href="/iTrust/util/resetPassword.jsp">Reset Password</a> <a style="font-size: 80%;margin-right: 2.5em;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
<a> </a> <a> </a>
<a style="font-size: 80%;" href="/iTrust/util/PreRegisterPatient.jsp">Pre-Register</a> <a style="font-size: 80%;margin-left: 3em;" href="/iTrust/util/PreRegisterPatient.jsp">Pre-Register</a>
</form> </form>
<% <%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment