Changeset 122 for trunk/grails-app/views/lifePlan/list.gsp
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/lifePlan/list.gsp
r118 r122 24 24 <g:sortableColumn property="id" title="Id" /> 25 25 26 <th>Asset</th> 27 28 <th>Form</th> 29 30 <th>Frequency</th> 31 32 <th>Asset Type</th> 33 34 <th>Assembly</th> 35 26 <g:sortableColumn property="description" title="Description" /> 27 28 <g:sortableColumn property="isActive" title="Is Active" /> 29 30 <g:sortableColumn property="name" title="Name" /> 31 36 32 </tr> 37 33 </thead> … … 42 38 <td><g:link action="show" id="${lifePlanInstance.id}">${fieldValue(bean:lifePlanInstance, field:'id')}</g:link></td> 43 39 44 <td>${fieldValue(bean:lifePlanInstance, field:' asset')}</td>40 <td>${fieldValue(bean:lifePlanInstance, field:'description')}</td> 45 41 46 <td>${fieldValue(bean:lifePlanInstance, field:' form')}</td>42 <td>${fieldValue(bean:lifePlanInstance, field:'isActive')}</td> 47 43 48 <td>${fieldValue(bean:lifePlanInstance, field:'frequency')}</td> 49 50 <td>${fieldValue(bean:lifePlanInstance, field:'assetType')}</td> 51 52 <td>${fieldValue(bean:lifePlanInstance, field:'assembly')}</td> 44 <td>${fieldValue(bean:lifePlanInstance, field:'name')}</td> 53 45 54 46 </tr>
Note: See TracChangeset
for help on using the changeset viewer.