Project

General

Profile

« Previous | Next » 

Revision 8089

include id attributes for the account management links

View differences:

lib/style/common/templates/metacatui/loginForm.tmpl
60 60
							<p>Don't have an account yet?</p>
61 61
						</div>
62 62
						<div class="span6 text-left">
63
							<a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">
63
							<a id="createAccount" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">
64 64
								<i class="icon-user"></i>
65 65
								Create a new account
66 66
							</a>
......
72 72
							<p>Forgot your password?</p>
73 73
						</div>
74 74
						<div class="span6 text-left">							
75
							<a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&amp;stage=resetpass">
75
							<a id="resetPassword" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&amp;stage=resetpass">
76 76
								<i class="icon-key"></i>
77 77
								Reset your password
78 78
							</a>

Also available in: Unified diff