Ignore:
Timestamp:
Mar 25, 2009, 4:26:43 AM (15 years ago)
Author:
gav
Message:

More detailing on Task and Entry. Added another authorisation ROLE_Manager and view to go with it. Work on PersonController? delete action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/taskDetailed/create.gsp

    r85 r91  
    3232                                </td>
    3333                                <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'description','errors')}">
    34                                     <input type="text"  style="width:450px" maxlength="50" id="description" name="description" value="${fieldValue(bean:taskInstance,field:'description')}"/>
     34                                    <input type="text"  style="width:450px" maxlength="75" id="description" name="description" value="${fieldValue(bean:taskInstance,field:'description')}"/>
    3535                                </td>
    3636                            </tr>
Note: See TracChangeset for help on using the changeset viewer.