Merge pull request #622 from MITx/rocha/master

[#35491529] Small corrections to OpenID provider login page
This commit is contained in:
David Ormsbee
2012-09-04 17:58:11 -07:00

View File

@@ -40,11 +40,11 @@
<div id="login_error" class="modal-form-error" style="display: block;">Email or password is incorrect.</div>
%endif
<label>E-mail</label>
<input type="text" name="email" placeholder="E-mail" tabindex="1" />
<input type="text" name="email" placeholder="E-mail" tabindex="1" autofocus="autofocus" />
<label>Password</label>
<input type="password" name="password" placeholder="Password" tabindex="2" />
<div class="submit">
<input name="submit" type="submit" value="Access My Courses and Return To ${return_to}" tabindex="3" />
<input name="submit" type="submit" value="Return To ${return_to}" tabindex="3" />
</div>
</form>
</div>