Ignore:
Timestamp:
Oct 25, 2010, 4:23:39 PM (13 years ago)
Author:
robert@…
Message:

Fixed bug #15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/person/edit.gsp

    r959 r987  
    126126                                <td colspan="3" valign="top" class="value ${hasErrors(bean: personInstance, field: 'affiliations', 'errors')}">
    127127                                    <g:select name="affiliations" from="${dbnp.studycapturing.PersonAffiliation.list()}" multiple="yes" optionKey="id" size="5" value="${personInstance?.affiliations}" />
    128                                 </td>
     128
     129                                                                        <g:link controller="personAffiliation" action="list" params="${extraparams}">Edit Affiliations</g:link>
     130                                                                </td>
    129131                            </tr>
    130132                       
Note: See TracChangeset for help on using the changeset viewer.