Changeset 836 for trunk/grails-app/views/taskDetailed/_showInventoryTab.gsp
- Timestamp:
- Mar 3, 2011, 2:52:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/_showInventoryTab.gsp
r823 r836 20 20 <tbody> 21 21 <g:each in="${inventoryMovementList}" status="i" var="inventoryMovementInstance"> 22 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />22 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"> 23 23 24 24 <td onclick='window.location = "${request.getContextPath()}/inventoryMovementDetailed/show/${inventoryMovementInstance.id}"'>
Note: See TracChangeset
for help on using the changeset viewer.