Changeset 560
- Timestamp:
- May 31, 2010, 9:46:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/manager.gsp
r476 r560 24 24 <td valign="top" class="value"> 25 25 <a href="${createLink(controller:'person', action:'list')}">Application users</a> 26 <br /> 27 <a href="${createLink(controller:'personGroupDetailed', action:'list')}">Assigned Groups</a> 28 <br /> 29 <a href="${createLink(controller:'departmentDetailed', action:'list')}">Departments</a> 30 <br /> 31 <a href="${createLink(controller:'inventoryLocationDetailed', action:'list')}">Inventory Locations</a> 32 <br /> 33 <a href="${createLink(controller:'inventoryGroupDetailed', action:'list')}">Inventory Groups</a> 34 <br /> 35 <a href="${createLink(controller:'inventoryStoreDetailed', action:'list')}">Inventory Stores</a> 36 <br /> 37 <a href="${createLink(controller:'maintenancePolicyDetailed', action:'list')}">Maintenance Policies</a> 38 <br /> 39 <a href="${createLink(controller:'manufacturerDetailed', action:'list')}">Manufacturers</a> 40 <br /> 41 <a href="${createLink(controller:'productionReferenceDetailed', action:'list')}">Production Reference</a> 42 <br /> 43 <a href="${createLink(controller:'supplierDetailed', action:'list')}">Suppliers</a> 44 <br /> 45 <a href="${createLink(controller:'taskGroupDetailed', action:'list')}">Task Groups</a> 46 <br /> 47 <a href="${createLink(controller:'taskProcedureDetailed', action:'list')}">Task Procedures</a> 48 <br /> 49 <a href="${createLink(controller:'taskRecurringScheduleDetailed', action:'list')}">Task Recurring Schedules</a> 50 <br /> 51 <a href="${createLink(controller:'unitOfMeasureDetailed', action:'list')}">Unit Of Measure</a> 52 <br /> 26 53 </td> 27 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.