Changeset 422 for trunk/grails-app/views/inventoryItemDetailed/show.gsp
- Timestamp:
- Mar 2, 2010, 4:34:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemDetailed/show.gsp
r405 r422 28 28 </g:hasErrors> 29 29 30 <div class="tabHeader"> 31 <h1 class="taskHeader"> 32 ${inventoryItemInstance.name} 33 </h1> 34 ${fieldValue(bean:inventoryItemInstance, field:'description')} 35 </div> 36 37 <br/> 38 30 39 <richui:tabView id="tabView"> 31 40 … … 105 114 106 115 <tr class="prop"> 107 <td valign="top" class="name">Name:</td> 108 109 <td valign="top" class="value">${fieldValue(bean:inventoryItemInstance, field:'name')}</td> 110 </tr> 111 112 <tr class="prop"> 113 <td valign="top" class="name">Description:</td> 114 115 <td valign="top" class="value">${fieldValue(bean:inventoryItemInstance, field:'description')}</td> 116 <td valign="top" class="name">Comment:</td> 117 118 <td valign="top" class="value">${fieldValue(bean:inventoryItemInstance, field:'comment')}</td> 116 119 </tr> 117 120
Note: See TracChangeset
for help on using the changeset viewer.