Ignore:
Timestamp:
Mar 31, 2009, 5:43:09 AM (15 years ago)
Author:
gav
Message:

Implemented the bulk of AssignedPerson? domain

File:
1 edited

Legend:

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

    r70 r96  
    4141                                </td>
    4242                                <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'description','errors')}">
    43                                     <input type="text" maxlength="50" id="description" name="description" value="${fieldValue(bean:taskInstance,field:'description')}"/>
     43                                    <input type="text" maxlength="75" id="description" name="description" value="${fieldValue(bean:taskInstance,field:'description')}"/>
    4444                                </td>
    4545                            </tr>
Note: See TracChangeset for help on using the changeset viewer.