Changeset 122 for trunk/grails-app/views/asset/list.gsp
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/asset/list.gsp
r118 r122 30 30 <g:sortableColumn property="isActive" title="Is Active" /> 31 31 32 <th>Lifeplan</th> 32 <g:sortableColumn property="name" title="Name" /> 33 34 <th>System Section</th> 33 35 34 <g:sortableColumn property="locationLongText" title="Location Long Text" />35 36 36 </tr> 37 37 </thead> … … 48 48 <td>${fieldValue(bean:assetInstance, field:'isActive')}</td> 49 49 50 <td>${fieldValue(bean:assetInstance, field:' lifeplan')}</td>50 <td>${fieldValue(bean:assetInstance, field:'name')}</td> 51 51 52 <td>${fieldValue(bean:assetInstance, field:' locationLongText')}</td>52 <td>${fieldValue(bean:assetInstance, field:'systemSection')}</td> 53 53 54 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.