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/supplierDetailed/show.gsp

    r397 r402  
    5555                           
    5656                        </tr>
    57                    
     57
     58                        <tr class="prop">
     59                            <td valign="top" class="name">Contact:</td>
     60
     61                            <td  valign="top" class="value">
     62                                <ul>
     63                                <g:each var="i" in="${supplierInstance.contacts}">
     64                                    <li><g:link controller="contactDetailed" action="show" id="${i.id}">${i?.encodeAsHTML()}</g:link></li>
     65                                </g:each>
     66                                </ul>
     67                            </td>
     68
     69                        </tr>
     70
    5871                        <tr class="prop">
    5972                            <td valign="top" class="name">Addresses:</td>
Note: See TracChangeset for help on using the changeset viewer.