Ignore:
Timestamp:
Jan 22, 2010, 8:52:22 AM (14 years ago)
Author:
gav
Message:

Regenerate and svn move the following to detailed controllers and views: Department, ExtendedAttributeType, Section, Site.
Secured with ROLE_Manager and ROLE_AppAdmin for now.

Location:
trunk/grails-app/views/sectionExtendedAttributeDetailed
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/sectionExtendedAttributeDetailed/show.gsp

    r268 r288  
    4646                            <td valign="top" class="name">Extended Attribute Type:</td>
    4747                           
    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>
    4949                           
    5050                        </tr>
     
    5353                            <td valign="top" class="name">Section:</td>
    5454                           
    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>
    5656                           
    5757                        </tr>
Note: See TracChangeset for help on using the changeset viewer.