Changeset 162 for trunk/grails-app/views/systemSection/list.gsp
- Timestamp:
- Oct 22, 2009, 8:26:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/systemSection/list.gsp
r151 r162 24 24 <g:sortableColumn property="id" title="Id" /> 25 25 26 <g:sortableColumn property="costCode" title="Cost Code" /> 27 28 <th>Department</th> 29 26 30 <g:sortableColumn property="description" title="Description" /> 27 31 … … 30 34 <g:sortableColumn property="name" title="Name" /> 31 35 32 <th>Site</th>33 34 36 </tr> 35 37 </thead> … … 40 42 <td><g:link action="show" id="${systemSectionInstance.id}">${fieldValue(bean:systemSectionInstance, field:'id')}</g:link></td> 41 43 44 <td>${fieldValue(bean:systemSectionInstance, field:'costCode')}</td> 45 46 <td>${fieldValue(bean:systemSectionInstance, field:'department')}</td> 47 42 48 <td>${fieldValue(bean:systemSectionInstance, field:'description')}</td> 43 49 … … 45 51 46 52 <td>${fieldValue(bean:systemSectionInstance, field:'name')}</td> 47 48 <td>${fieldValue(bean:systemSectionInstance, field:'site')}</td>49 53 50 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.