Changeset 91 for trunk/src/grails-app/views/taskDetailed/create.gsp
- Timestamp:
- Mar 25, 2009, 4:26:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/views/taskDetailed/create.gsp
r85 r91 32 32 </td> 33 33 <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')}"/> 35 35 </td> 36 36 </tr>
Note: See TracChangeset
for help on using the changeset viewer.