Changeset 288 for trunk/grails-app/views/sectionExtendedAttributeDetailed
- Timestamp:
- Jan 22, 2010, 8:52:22 AM (15 years ago)
- Location:
- trunk/grails-app/views/sectionExtendedAttributeDetailed
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/sectionExtendedAttributeDetailed/show.gsp
r268 r288 46 46 <td valign="top" class="name">Extended Attribute Type:</td> 47 47 48 <td valign="top" class="value"><g:link controller="extendedAttributeType " action="show" id="${sectionExtendedAttributeInstance?.extendedAttributeType?.id}">${sectionExtendedAttributeInstance?.extendedAttributeType?.encodeAsHTML()}</g:link></td>48 <td valign="top" class="value"><g:link controller="extendedAttributeTypeDetailed" action="show" id="${sectionExtendedAttributeInstance?.extendedAttributeType?.id}">${sectionExtendedAttributeInstance?.extendedAttributeType?.encodeAsHTML()}</g:link></td> 49 49 50 50 </tr> … … 53 53 <td valign="top" class="name">Section:</td> 54 54 55 <td valign="top" class="value"><g:link controller="section " action="show" id="${sectionExtendedAttributeInstance?.section?.id}">${sectionExtendedAttributeInstance?.section?.encodeAsHTML()}</g:link></td>55 <td valign="top" class="value"><g:link controller="sectionDetailed" action="show" id="${sectionExtendedAttributeInstance?.section?.id}">${sectionExtendedAttributeInstance?.section?.encodeAsHTML()}</g:link></td> 56 56 57 57 </tr>
Note: See TracChangeset
for help on using the changeset viewer.