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/workDone.gsp

    r502 r836  
    3535                                    <tbody>
    3636                                        <g:each in="${entries}" status="i" var="entry">
    37                                                 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"/>
     37                                                <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}">
    3838
    3939                                                    <td width="35%" onclick='window.location = "${request.getContextPath()}/entryDetailed/edit/${entry.id}"'>
Note: See TracChangeset for help on using the changeset viewer.