Changeset 308 for trunk/grails-app/views/sectionDetailed
- Timestamp:
- Feb 1, 2010, 10:09:46 AM (15 years ago)
- Location:
- trunk/grails-app/views/sectionDetailed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/sectionDetailed/create.gsp
r273 r308 59 59 <td valign="top" class="value ${hasErrors(bean:sectionInstance,field:'department','errors')}"> 60 60 <g:select optionKey="id" from="${Department.list()}" name="department.id" value="${sectionInstance?.department?.id}" ></g:select> 61 <p> 62 <g:link controller="departmentDetailed" action="create">Add Department</g:link> 63 </p> 61 64 </td> 62 65 </tr> -
trunk/grails-app/views/sectionDetailed/edit.gsp
r288 r308 78 78 <td valign="top" class="value ${hasErrors(bean:sectionInstance,field:'department','errors')}"> 79 79 <g:select optionKey="id" from="${Department.list()}" name="department.id" value="${sectionInstance?.department?.id}" ></g:select> 80 <p> 81 <g:link controller="departmentDetailed" action="create">Add Department</g:link> 82 </p> 80 83 </td> 81 84 </tr>
Note: See TracChangeset
for help on using the changeset viewer.