Changeset 225 for trunk/grails-app/views/taskDetailed
- Timestamp:
- Dec 8, 2009, 4:03:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/show.gsp
r213 r225 30 30 31 31 <richui:tabLabels> 32 <richui:tabLabel selected="${showTa skTab}" title="Task #${taskInstance.id}" />33 <richui:tabLabel selected="${show ProcedureTab}" title="Procedure" />34 <richui:tabLabel selected="${show RecurrenceTab}" title="Recurrence" />35 <richui:tabLabel selected="${show InventoryTab}" title="Inventory" />36 <richui:tabLabel selected="${show SubTasksTab}" title="Sub Tasks" />32 <richui:tabLabel selected="${showTab.task}" title="Task #${taskInstance.id}" /> 33 <richui:tabLabel selected="${showTab.procedure}" title="Procedure" /> 34 <richui:tabLabel selected="${showTab.recurrence}" title="Recurrence" /> 35 <richui:tabLabel selected="${showTab.inventory}" title="Inventory" /> 36 <richui:tabLabel selected="${showTab.subTasks}" title="Sub Tasks" /> 37 37 </richui:tabLabels> 38 38 … … 530 530 <g:if test="${inventoryMovementList.isEmpty()}"> 531 531 <br /> 532 No Inventory Used.532 No Inventory Movements. 533 533 <br /> 534 534 <br /> … … 567 567 </g:else> 568 568 569 <g:form controller="inventory MovementDetailed" >570 < input type="hidden"name="task.id" value="${taskInstance?.id}" />569 <g:form controller="inventoryItemDetailed" > 570 <g:hiddenField name="task.id" value="${taskInstance?.id}" /> 571 571 <div class="buttons"> 572 572 <g:if test="${!inventoryMovementList.isEmpty()}"> … … 575 575 </g:if> 576 576 <span class="button"> 577 <g:actionSubmit value="Add" action="create" class="add"/>577 <g:actionSubmit action="findInventoryItemForMovement" class="add" value="Add"/> 578 578 </span> 579 579 </div>
Note: See TracChangeset
for help on using the changeset viewer.