/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/views/registrationInstructor.php

  • Committer: a11andoh
  • Date: 2013-05-30 12:07:25 UTC
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: a11andoh@student.his.se-20130530120725-npsugf98jetz8y3e
edited the forms fo an autofocused field and changed password fields to password instead of plaintext

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                                        <td>Username:</td><td><?php echo $userName; ?></td>
15
15
                                </tr>
16
16
                                <tr>
17
 
                                        <td>Full Name:</td><td><input id="fullName" type="text" name="fullName" placeholder="--Full name--"></td>
 
17
                                        <td>Full Name:</td><td><input id="fullName" type="text" name="fullName" placeholder="--Full name--" autofocus></td>
18
18
                                </tr>
19
19
                                <tr>
20
20
                                        <td>Social Security Number:</td><td><input id="ssn" type="text" name="ssn" placeholder="--YYMMDD-XXXX--"></td>
21
21
                                </tr>
22
22
                                <tr>
23
 
                                        <td>New Password:</td><td id="grayText"><input id="newPassword" type="text" name="password" placeholder="--Password--"></td>
 
23
                                        <td>New Password:</td><td id="grayText"><input id="newPassword" type="password" name="password" placeholder="--Password--"></td>
24
24
                                </tr>
25
25
                                <tr>
26
 
                                        <td>Repeat Password:</td><td><input id="repeatPassword" type="text" name="repeatPassword" placeholder="--Repeat Password--"></td>
 
26
                                        <td>Repeat Password:</td><td><input id="repeatPassword" type="password" name="repeatPassword" placeholder="--Repeat Password--"></td>
27
27
                                </tr>
28
28
                                <tr>
29
29
                                        <td>Password Hint:</td><td><input id="pHint" type="text" name="hint" placeholder="--Password Hint--"></td>