Changeset 269 for trunk/grails-app/views/maintenanceActionDetailed/list.gsp
- Timestamp:
- Jan 15, 2010, 6:43:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/maintenanceActionDetailed/list.gsp
r178 r269 23 23 <g:sortableColumn property="id" title="Id" /> 24 24 25 <th>Maintenance Policy</th> 26 27 <th>System Section</th> 25 <th>Section</th> 28 26 29 27 <th>Asset</th> 30 28 31 <th>Asset Type</th>29 <th>Asset Sub Item</th> 32 30 33 <th> Assembly</th>31 <th>Maintenance Policy</th> 34 32 33 <g:sortableColumn property="procedureStepNumber" title="Procedure Step Number" /> 34 35 35 </tr> 36 36 </thead> … … 41 41 <td><g:link action="show" id="${maintenanceActionInstance.id}">${fieldValue(bean:maintenanceActionInstance, field:'id')}</g:link></td> 42 42 43 <td>${fieldValue(bean:maintenanceActionInstance, field:'maintenancePolicy')}</td> 44 45 <td>${fieldValue(bean:maintenanceActionInstance, field:'systemSection')}</td> 43 <td>${fieldValue(bean:maintenanceActionInstance, field:'section')}</td> 46 44 47 45 <td>${fieldValue(bean:maintenanceActionInstance, field:'asset')}</td> 48 46 49 <td>${fieldValue(bean:maintenanceActionInstance, field:'asset Type')}</td>47 <td>${fieldValue(bean:maintenanceActionInstance, field:'assetSubItem')}</td> 50 48 51 <td>${fieldValue(bean:maintenanceActionInstance, field:'assembly')}</td> 49 <td>${fieldValue(bean:maintenanceActionInstance, field:'maintenancePolicy')}</td> 50 51 <td>${fieldValue(bean:maintenanceActionInstance, field:'procedureStepNumber')}</td> 52 52 53 53 </tr>
Note: See TracChangeset
for help on using the changeset viewer.