Changeset 836 for trunk/grails-app/views/taskDetailed/search.gsp
- Timestamp:
- Mar 3, 2011, 2:52:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/search.gsp
r817 r836 120 120 <tbody> 121 121 <g:each in="${taskInstanceList}" status="i" var="taskInstance"> 122 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />122 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"> 123 123 124 124 <td class="idColumn" onclick='window.location = "${request.getContextPath()}/taskDetailed/show/${taskInstance.id}"'>
Note: See TracChangeset
for help on using the changeset viewer.