Changeset 442 for trunk/grails-app/views/personAffiliation/edit.gsp
- Timestamp:
- May 19, 2010, 6:12:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/personAffiliation/edit.gsp
r379 r442 28 28 <tr class="prop"> 29 29 <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> 31 31 </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}" /> 34 34 </td> 35 35 </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> 37 44 </tbody> 38 45 </table>
Note: See TracChangeset
for help on using the changeset viewer.