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/taskDetailed/_showInventoryTab.gsp

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