Ignore:
Timestamp:
May 19, 2010, 6:12:42 PM (13 years ago)
Author:
roberth
Message:

Updated studies list and added institute and department properties to person affiliations

File:
1 edited

Legend:

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

    r379 r442  
    2828                            <tr class="prop">
    2929                                <td valign="top" class="name">
    30                                   <label for="name"><g:message code="personAffiliation.name.label" default="Name" /></label>
     30                                  <label for="name"><g:message code="personAffiliation.institute.label" default="Institute" /></label>
    3131                                </td>
    32                                 <td valign="top" class="value ${hasErrors(bean: personAffiliationInstance, field: 'name', 'errors')}">
    33                                     <g:textField name="name" value="${personAffiliationInstance?.name}" />
     32                                <td valign="top" class="value ${hasErrors(bean: personAffiliationInstance, field: 'institute', 'errors')}">
     33                                    <g:textField name="institute" value="${personAffiliationInstance?.institute}" />
    3434                                </td>
    3535                            </tr>
    36                        
     36                            <tr class="prop">
     37                                <td valign="top" class="name">
     38                                  <label for="name"><g:message code="personAffiliation.department.label" default="Department" /></label>
     39                                </td>
     40                                <td valign="top" class="value ${hasErrors(bean: personAffiliationInstance, field: 'department', 'errors')}">
     41                                    <g:textField name="department" value="${personAffiliationInstance?.department}" />
     42                                </td>
     43                            </tr>
    3744                        </tbody>
    3845                    </table>
Note: See TracChangeset for help on using the changeset viewer.