Changeset 160 for trunk/grails-app/views/assetType/edit.gsp
- Timestamp:
- Oct 22, 2009, 8:23:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/assetType/edit.gsp
r151 r160 64 64 <tr class="prop"> 65 65 <td valign="top" class="name"> 66 <label for="costCode">Cost Code:</label> 67 </td> 68 <td valign="top" class="value ${hasErrors(bean:assetTypeInstance,field:'costCode','errors')}"> 69 <input type="text" id="costCode" name="costCode" value="${fieldValue(bean:assetTypeInstance,field:'costCode')}"/> 70 </td> 71 </tr> 72 73 <tr class="prop"> 74 <td valign="top" class="name"> 66 75 <label for="description">Description:</label> 67 76 </td>
Note: See TracChangeset
for help on using the changeset viewer.