Ignore:
Timestamp:
Feb 23, 2010, 2:07:15 PM (14 years ago)
Author:
gav
Message:

Add contacts to Person, Supplier, Manufacturer and Site.

File:
1 edited

Legend:

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

    r397 r402  
    6666                           
    6767                        </tr>
     68
     69                        <tr class="prop">
     70                            <td valign="top" class="name">Contact:</td>
     71
     72                            <td  valign="top" class="value">
     73                                <ul>
     74                                <g:each var="i" in="${siteInstance.contacts}">
     75                                    <li><g:link controller="contactDetailed" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li>
     76                                </g:each>
     77                                </ul>
     78                            </td>
     79
     80                        </tr>
    6881                   
    6982                        <tr class="prop">
Note: See TracChangeset for help on using the changeset viewer.