Changeset 410 for trunk/grails-app/views/departmentDetailed
- Timestamp:
- Feb 24, 2010, 12:39:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/departmentDetailed/edit.gsp
r333 r410 76 76 </g:each> 77 77 </ul> 78 <g:link controller="departmentExtendedAttributeDetailed" params="['department.id':departmentInstance?.id]" action="create"> Add DepartmentExtendedAttribute</g:link>78 <g:link controller="departmentExtendedAttributeDetailed" params="['department.id':departmentInstance?.id]" action="create">+Add Extended Attribute</g:link> 79 79 80 80 </td> … … 92 92 </g:each> 93 93 </ul> 94 <g:link controller="person" params="['department.id':departmentInstance?.id]" action="create"> Add Person</g:link>94 <g:link controller="person" params="['department.id':departmentInstance?.id]" action="create">+Add Person</g:link> 95 95 96 96 </td> … … 108 108 </g:each> 109 109 </ul> 110 <g:link controller="sectionDetailed" params="['department.id':departmentInstance?.id]" action="create"> Add Section</g:link>110 <g:link controller="sectionDetailed" params="['department.id':departmentInstance?.id]" action="create">+Add Section</g:link> 111 111 112 112 </td>
Note: See TracChangeset
for help on using the changeset viewer.