File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,22 @@ require('./header.inc.phtml');
34
34
<?php } ?>
35
35
<form method="GET" action="?">
36
36
<section>
37
+ <label for="u">User Id:</label><br/>
38
+ <input
39
+ type="text"
40
+ name="u"
41
+ id="user_id"
42
+ value="<?php echo filter_var ($ this ->getContext ()->user_id , FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> "
43
+ tabindex="1"
44
+ required
45
+ /><br/>
37
46
<label for="t">Token:</label><br/>
38
47
<input
39
48
type="text"
40
49
name="t"
41
50
id="token"
42
51
value="<?php echo filter_var ($ this ->getContext ()->token , FILTER_SANITIZE_FULL_SPECIAL_CHARS ); ?> "
43
- tabindex="1 "
52
+ tabindex="2 "
44
53
required
45
54
autofocus="autofocus"
46
55
/>
@@ -49,7 +58,7 @@ require('./header.inc.phtml');
49
58
<input
50
59
type="submit"
51
60
value="Activate Account"
52
- tabindex="2 "
61
+ tabindex="3 "
53
62
/>
54
63
</section>
55
64
</form>
You can’t perform that action at this time.
0 commit comments