Ignore:
Timestamp:
Apr 5, 2009, 1:01:53 PM (15 years ago)
Author:
gav
Message:

Tweaking to the Change Password view, control and errors.
Remove /web-app/plugins dir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/appCore/changePassword.gsp

    r98 r99  
    3838
    3939                    <tr class="prop">
    40                         <td valign="top" class="name"><label for="repeatPass">Repeat password:</label></td>
     40                        <td valign="top" class="name"><label for="confirmPass">Confirm password:</label></td>
    4141                        <td valign="top" class="value">
    42                             <input type="password" id="repeatPass" name="repeatPass" />
     42                            <input type="password" id="confirmPass" name="confirmPass" />
    4343                        </td>
    4444                    </tr>
Note: See TracChangeset for help on using the changeset viewer.