Ignore:
Timestamp:
Apr 4, 2009, 6:41:25 PM (15 years ago)
Author:
gav
Message:

Installed help-balloons plugin.
Adjust security config to allow javascript and help-balloons folders.
Add "Repeat password" to change password.
Detailed Entry views, including only allow user to edit their own entries.
Adjust Entry constraints.
Add comments to layouts/main.gsp.
Work on TaskDetailed? view to show entry durations and allow editing.
Entry duration formatting to CSS and increased base font size to 14px.

File:
1 edited

Legend:

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

    r79 r98  
    3737                                        </tr>
    3838
     39                    <tr class="prop">
     40                        <td valign="top" class="name"><label for="repeatPass">Repeat password:</label></td>
     41                        <td valign="top" class="value">
     42                            <input type="password" id="repeatPass" name="repeatPass" />
     43                        </td>
     44                    </tr>
     45
    3946                                </tbody>
    4047                                </table>
Note: See TracChangeset for help on using the changeset viewer.