Changeset 134 for trunk/grails-app/views/taskDetailed/create.gsp
- Timestamp:
- May 13, 2009, 12:51:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/create.gsp
r106 r134 32 32 </td> 33 33 <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'description','errors')}"> 34 <input type="text" style="width:450px" maxlength="75" id="description" name="description" value="${fieldValue(bean:taskInstance,field:'description')}"/>34 <input type="text" class="description" maxlength="75" id="description" name="description" value="${fieldValue(bean:taskInstance,field:'description')}"/> 35 35 <g:helpBalloon class="helpballoon" code="task.description" /> 36 36 </td> … … 42 42 </td> 43 43 <td valign="top" class="value ${hasErrors(bean:taskInstance,field:'comment','errors')}"> 44 <textarea style="width:450px"rows="5" cols="40" name="comment">${fieldValue(bean:taskInstance, field:'comment')}</textarea>44 <textarea rows="5" cols="40" name="comment">${fieldValue(bean:taskInstance, field:'comment')}</textarea> 45 45 <g:helpBalloon class="helpballoon" code="task.comment" /> 46 46 </td>
Note: See TracChangeset
for help on using the changeset viewer.