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