Ignore:
Timestamp:
Mar 3, 2011, 2:52:08 PM (13 years ago)
Author:
gav
Message:

Fix early closed table row on clickableOdd/clickableEven list tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryMovementDetailed/listInventoryMovements.gsp

    r498 r836  
    4040                    <tbody>
    4141                    <g:each in="${inventoryMovementList}" status="i" var="inventoryMovementInstance">
    42                     <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"/>
     42                    <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}">
    4343
    4444                            <td onclick='window.location = "${request.getContextPath()}/inventoryMovementDetailed/show/${inventoryMovementInstance.id}"'>
Note: See TracChangeset for help on using the changeset viewer.