Changeset 162 for trunk/grails-app/views/systemSection/show.gsp
- Timestamp:
- Oct 22, 2009, 8:26:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/systemSection/show.gsp
r151 r162 40 40 </ul> 41 41 </td> 42 43 </tr> 44 45 <tr class="prop"> 46 <td valign="top" class="name">Cost Code:</td> 47 48 <td valign="top" class="value">${fieldValue(bean:systemSectionInstance, field:'costCode')}</td> 49 50 </tr> 51 52 <tr class="prop"> 53 <td valign="top" class="name">Department:</td> 54 55 <td valign="top" class="value"><g:link controller="department" action="show" id="${systemSectionInstance?.department?.id}">${systemSectionInstance?.department?.encodeAsHTML()}</g:link></td> 42 56 43 57 </tr>
Note: See TracChangeset
for help on using the changeset viewer.